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": "e724a033-197e-43ae-90cc-3f9fc7b054d0",
    "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-02-17T18:07:09.952-08:00",
      "ended_at": null,
      "external_id": null,
      "external_url": "https://example.com/alert/test",
      "url": "https://test.rootly.com/account/alerts/e724a033-197e-43ae-90cc-3f9fc7b054d0",
      "noise": "not_noise",
      "group_leader_alert_id": null,
      "is_group_leader_alert": true,
      "notification_target_type": null,
      "notification_target_id": null,
      "alert_urgency": {
        "id": "ab074127-6de5-4806-a706-3c929b90ec83",
        "color": "#C73C40",
        "created_at": "2026-02-17T18:07:09.948-08:00",
        "deleted_at": null,
        "description": "Illum aut impedit eveniet.",
        "name": "vljza",
        "position": 1,
        "team_id": 97,
        "updated_at": "2026-02-17T18:07:09.951-08:00",
        "urgency": "high"
      },
      "alert_urgency_id": "ab074127-6de5-4806-a706-3c929b90ec83",
      "notified_users": [],
      "created_at": "2026-02-17T18:07:09.953-08:00",
      "updated_at": "2026-02-17T18:07:09.953-08:00"
    },
    "relationships": {
      "events": {
        "data": [
          {
            "id": "22f1c61d-5b84-410d-82a8-68e319c0036c",
            "type": "alert_events"
          }
        ]
      },
      "alert_group": {
        "data": {
          "id": "4efd8ac9-8653-4438-bb06-3ae13aff386a",
          "type": "alert_groups"
        }
      },
      "group_leader_alert": {
        "data": {
          "id": "e724a033-197e-43ae-90cc-3f9fc7b054d0",
          "type": "alerts"
        }
      },
      "group_member_alerts": {
        "data": [
          {
            "id": "bb354f8c-3fbf-493d-a306-a0ef49617250",
            "type": "alerts"
          },
          {
            "id": "f5953fae-4d77-4915-a448-f2c4a596cc60",
            "type": "alerts"
          }
        ]
      }
    }
  },
  "included": [
    {
      "id": "bb354f8c-3fbf-493d-a306-a0ef49617250",
      "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-02-17T18:07:10.319-08:00",
        "ended_at": null,
        "external_id": null,
        "external_url": "https://example.com/alert/test",
        "url": "https://test.rootly.com/account/alerts/bb354f8c-3fbf-493d-a306-a0ef49617250",
        "noise": "not_noise",
        "group_leader_alert_id": "e724a033-197e-43ae-90cc-3f9fc7b054d0",
        "is_group_leader_alert": false,
        "notification_target_type": null,
        "notification_target_id": null,
        "alert_urgency": {
          "id": "8b94be22-e0dd-435e-bb42-62cde3e0472b",
          "color": "#C73C40",
          "created_at": "2026-02-17T18:07:10.315-08:00",
          "deleted_at": null,
          "description": "Et ut necessitatibus qui.",
          "name": "z1xlh",
          "position": 1,
          "team_id": 99,
          "updated_at": "2026-02-17T18:07:10.318-08:00",
          "urgency": "high"
        },
        "alert_urgency_id": "8b94be22-e0dd-435e-bb42-62cde3e0472b",
        "notified_users": [],
        "created_at": "2026-02-17T18:07:10.320-08:00",
        "updated_at": "2026-02-17T18:07:10.320-08:00"
      },
      "relationships": {
        "events": {
          "data": [
            {
              "id": "fd4b6f7f-4410-40fc-97a3-9611c8fb5166",
              "type": "alert_events"
            }
          ]
        },
        "group_member_alerts": {
          "data": []
        }
      }
    },
    {
      "id": "f5953fae-4d77-4915-a448-f2c4a596cc60",
      "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-02-17T18:07:10.141-08:00",
        "ended_at": null,
        "external_id": null,
        "external_url": "https://example.com/alert/test",
        "url": "https://test.rootly.com/account/alerts/f5953fae-4d77-4915-a448-f2c4a596cc60",
        "noise": "not_noise",
        "group_leader_alert_id": "e724a033-197e-43ae-90cc-3f9fc7b054d0",
        "is_group_leader_alert": false,
        "notification_target_type": null,
        "notification_target_id": null,
        "alert_urgency": {
          "id": "a9c11349-1db7-479e-875a-555a8ba31699",
          "color": "#C73C40",
          "created_at": "2026-02-17T18:07:10.138-08:00",
          "deleted_at": null,
          "description": "Quo eius pariatur quia.",
          "name": "kv26k",
          "position": 1,
          "team_id": 98,
          "updated_at": "2026-02-17T18:07:10.140-08:00",
          "urgency": "high"
        },
        "alert_urgency_id": "a9c11349-1db7-479e-875a-555a8ba31699",
        "notified_users": [],
        "created_at": "2026-02-17T18:07:10.142-08:00",
        "updated_at": "2026-02-17T18:07:10.142-08:00"
      },
      "relationships": {
        "events": {
          "data": [
            {
              "id": "1a9c01ce-e325-48b6-a339-76c7dc8fbfd8",
              "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