Skip to main content
GET
/
v1
/
alerts
/
{id}
Retrieves an alert
curl --request GET \
  --url https://api.rootly.com/v1/alerts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "07434148-55d1-4f33-bc79-4ba299763188",
    "type": "alerts",
    "attributes": {
      "short_id": "ALT100011",
      "source": "pagerduty",
      "status": "open",
      "summary": "Test alert 11",
      "description": "Test alert description",
      "labels": [],
      "services": [],
      "service_ids": [],
      "groups": [],
      "group_ids": [],
      "environments": [],
      "environment_ids": [],
      "responders": [],
      "incidents": [],
      "data": {},
      "deduplication_key": null,
      "started_at": "2026-01-29T01:10:11.617-08:00",
      "ended_at": null,
      "external_id": null,
      "external_url": "https://example.com/alert/test",
      "url": "https://test.rootly.com/account/alerts/07434148-55d1-4f33-bc79-4ba299763188",
      "noise": "not_noise",
      "group_leader_alert_id": null,
      "is_group_leader_alert": true,
      "notification_target_type": null,
      "notification_target_id": null,
      "alert_urgency": {
        "id": "510773ff-c04a-4a6b-b8e9-b5bce6cb7131",
        "color": "#C73C40",
        "created_at": "2026-01-29T01:10:11.613-08:00",
        "deleted_at": null,
        "description": "Facilis eius et repudiandae.",
        "name": "2vuye",
        "position": 1,
        "team_id": 38,
        "updated_at": "2026-01-29T01:10:11.616-08:00",
        "urgency": "high"
      },
      "alert_urgency_id": "510773ff-c04a-4a6b-b8e9-b5bce6cb7131",
      "notified_users": [],
      "created_at": "2026-01-29T01:10:11.618-08:00",
      "updated_at": "2026-01-29T01:10:11.618-08:00"
    },
    "relationships": {
      "events": {
        "data": [
          {
            "id": "5243119e-8f1f-49ca-bbbe-9336ae03d658",
            "type": "alert_events"
          }
        ]
      },
      "alert_group": {
        "data": {
          "id": "be139a2d-9393-42f1-a5e5-b0f5ab765a5a",
          "type": "alert_groups"
        }
      },
      "group_leader_alert": {
        "data": {
          "id": "07434148-55d1-4f33-bc79-4ba299763188",
          "type": "alerts"
        }
      },
      "group_member_alerts": {
        "data": [
          {
            "id": "0dc6aa62-d9dd-41f5-90d6-cef7df0b3f2f",
            "type": "alerts"
          },
          {
            "id": "fc7ce44b-a580-4e2e-955a-7f5b5154edb8",
            "type": "alerts"
          }
        ]
      }
    }
  },
  "included": [
    {
      "id": "0dc6aa62-d9dd-41f5-90d6-cef7df0b3f2f",
      "type": "alerts",
      "attributes": {
        "short_id": "ALT100013",
        "source": "pagerduty",
        "status": "open",
        "summary": "Test alert 13",
        "description": "Test alert description",
        "labels": [],
        "services": [],
        "service_ids": [],
        "groups": [],
        "group_ids": [],
        "environments": [],
        "environment_ids": [],
        "responders": [],
        "incidents": [],
        "data": {},
        "deduplication_key": null,
        "started_at": "2026-01-29T01:10:12.105-08:00",
        "ended_at": null,
        "external_id": null,
        "external_url": "https://example.com/alert/test",
        "url": "https://test.rootly.com/account/alerts/0dc6aa62-d9dd-41f5-90d6-cef7df0b3f2f",
        "noise": "not_noise",
        "group_leader_alert_id": "07434148-55d1-4f33-bc79-4ba299763188",
        "is_group_leader_alert": false,
        "notification_target_type": null,
        "notification_target_id": null,
        "alert_urgency": {
          "id": "e5bd88a8-2b65-4c3a-a151-fa54452c8181",
          "color": "#C73C40",
          "created_at": "2026-01-29T01:10:12.099-08:00",
          "deleted_at": null,
          "description": "Et sit perferendis ratione.",
          "name": "et8da",
          "position": 1,
          "team_id": 40,
          "updated_at": "2026-01-29T01:10:12.103-08:00",
          "urgency": "high"
        },
        "alert_urgency_id": "e5bd88a8-2b65-4c3a-a151-fa54452c8181",
        "notified_users": [],
        "created_at": "2026-01-29T01:10:12.105-08:00",
        "updated_at": "2026-01-29T01:10:12.105-08:00"
      },
      "relationships": {
        "events": {
          "data": [
            {
              "id": "1ea156ce-b3c8-44a8-a55b-e46e60eaaba2",
              "type": "alert_events"
            }
          ]
        },
        "group_member_alerts": {
          "data": []
        }
      }
    },
    {
      "id": "fc7ce44b-a580-4e2e-955a-7f5b5154edb8",
      "type": "alerts",
      "attributes": {
        "short_id": "ALT100012",
        "source": "pagerduty",
        "status": "open",
        "summary": "Test alert 12",
        "description": "Test alert description",
        "labels": [],
        "services": [],
        "service_ids": [],
        "groups": [],
        "group_ids": [],
        "environments": [],
        "environment_ids": [],
        "responders": [],
        "incidents": [],
        "data": {},
        "deduplication_key": null,
        "started_at": "2026-01-29T01:10:11.821-08:00",
        "ended_at": null,
        "external_id": null,
        "external_url": "https://example.com/alert/test",
        "url": "https://test.rootly.com/account/alerts/fc7ce44b-a580-4e2e-955a-7f5b5154edb8",
        "noise": "not_noise",
        "group_leader_alert_id": "07434148-55d1-4f33-bc79-4ba299763188",
        "is_group_leader_alert": false,
        "notification_target_type": null,
        "notification_target_id": null,
        "alert_urgency": {
          "id": "5a5f80b8-2442-473e-910f-15985bae1254",
          "color": "#C73C40",
          "created_at": "2026-01-29T01:10:11.816-08:00",
          "deleted_at": null,
          "description": "Dolor expedita placeat minima.",
          "name": "3ly8s",
          "position": 1,
          "team_id": 39,
          "updated_at": "2026-01-29T01:10:11.820-08:00",
          "urgency": "high"
        },
        "alert_urgency_id": "5a5f80b8-2442-473e-910f-15985bae1254",
        "notified_users": [],
        "created_at": "2026-01-29T01:10:11.822-08:00",
        "updated_at": "2026-01-29T01:10:11.822-08:00"
      },
      "relationships": {
        "events": {
          "data": [
            {
              "id": "d9b22c21-5187-40c9-89e2-5da879bb6d7f",
              "type": "alert_events"
            }
          ]
        },
        "group_member_alerts": {
          "data": []
        }
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: environments,services,groups

Available options:
environments,
services,
groups,
responders,
incidents,
events,
alert_urgency,
heartbeat,
live_call_router,
alert_group,
group_leader_alert,
group_member_alerts,
alert_field_values,
alerting_targets,
escalation_policies,
alert_call_recording,
alert_urgency

Response

alert found with group_member_alerts included

data
object
required