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": "0699bd7c-962d-4cf8-bed0-fd62679ebe09",
    "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": "2025-12-24T09:23:00.126-08:00",
      "ended_at": null,
      "external_id": null,
      "external_url": "https://example.com/alert/test",
      "url": "https://test.rootly.com/account/alerts/0699bd7c-962d-4cf8-bed0-fd62679ebe09",
      "noise": "not_noise",
      "group_leader_alert_id": null,
      "is_group_leader_alert": true,
      "notification_target_type": null,
      "notification_target_id": null,
      "alert_urgency": {
        "id": "77609ace-4a57-4cc1-84a4-5198866a9985",
        "color": "#C73C40",
        "created_at": "2025-12-24T09:23:00.122-08:00",
        "deleted_at": null,
        "description": "Asperiores qui qui molestias.",
        "name": "uggbw",
        "position": 1,
        "team_id": 38,
        "updated_at": "2025-12-24T09:23:00.125-08:00",
        "urgency": "high"
      },
      "alert_urgency_id": "77609ace-4a57-4cc1-84a4-5198866a9985",
      "notified_users": [],
      "created_at": "2025-12-24T09:23:00.126-08:00",
      "updated_at": "2025-12-24T09:23:00.126-08:00"
    },
    "relationships": {
      "events": {
        "data": [
          {
            "id": "6e97c23a-a2f8-4ae3-aa91-726cdc735ea8",
            "type": "alert_events"
          }
        ]
      },
      "alert_group": {
        "data": {
          "id": "dfb3a2ff-6e0b-4c6c-bd77-8a7c3a2475f6",
          "type": "alert_groups"
        }
      },
      "group_leader_alert": {
        "data": {
          "id": "0699bd7c-962d-4cf8-bed0-fd62679ebe09",
          "type": "alerts"
        }
      },
      "group_member_alerts": {
        "data": [
          {
            "id": "a6dc2cfb-4ab3-46f0-a44c-9bc58d6e1d17",
            "type": "alerts"
          },
          {
            "id": "16bcb6fb-af33-4115-b61b-3e247a55134e",
            "type": "alerts"
          }
        ]
      }
    }
  },
  "included": [
    {
      "id": "a6dc2cfb-4ab3-46f0-a44c-9bc58d6e1d17",
      "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": "2025-12-24T09:23:00.637-08:00",
        "ended_at": null,
        "external_id": null,
        "external_url": "https://example.com/alert/test",
        "url": "https://test.rootly.com/account/alerts/a6dc2cfb-4ab3-46f0-a44c-9bc58d6e1d17",
        "noise": "not_noise",
        "group_leader_alert_id": "0699bd7c-962d-4cf8-bed0-fd62679ebe09",
        "is_group_leader_alert": false,
        "notification_target_type": null,
        "notification_target_id": null,
        "alert_urgency": {
          "id": "0acb8d6b-57c1-4182-86c9-583dbe34bf40",
          "color": "#C73C40",
          "created_at": "2025-12-24T09:23:00.632-08:00",
          "deleted_at": null,
          "description": "Exercitationem quam illum in.",
          "name": "xgi1x",
          "position": 1,
          "team_id": 40,
          "updated_at": "2025-12-24T09:23:00.636-08:00",
          "urgency": "high"
        },
        "alert_urgency_id": "0acb8d6b-57c1-4182-86c9-583dbe34bf40",
        "notified_users": [],
        "created_at": "2025-12-24T09:23:00.637-08:00",
        "updated_at": "2025-12-24T09:23:00.637-08:00"
      },
      "relationships": {
        "events": {
          "data": [
            {
              "id": "dccf38fb-7f11-4a0a-b6b5-44c99dc32b9d",
              "type": "alert_events"
            }
          ]
        },
        "group_member_alerts": {
          "data": []
        }
      }
    },
    {
      "id": "16bcb6fb-af33-4115-b61b-3e247a55134e",
      "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": "2025-12-24T09:23:00.422-08:00",
        "ended_at": null,
        "external_id": null,
        "external_url": "https://example.com/alert/test",
        "url": "https://test.rootly.com/account/alerts/16bcb6fb-af33-4115-b61b-3e247a55134e",
        "noise": "not_noise",
        "group_leader_alert_id": "0699bd7c-962d-4cf8-bed0-fd62679ebe09",
        "is_group_leader_alert": false,
        "notification_target_type": null,
        "notification_target_id": null,
        "alert_urgency": {
          "id": "46c338dc-d77a-48d6-ba57-89af2418c28b",
          "color": "#C73C40",
          "created_at": "2025-12-24T09:23:00.417-08:00",
          "deleted_at": null,
          "description": "Voluptatem unde adipisci qui.",
          "name": "kojso",
          "position": 1,
          "team_id": 39,
          "updated_at": "2025-12-24T09:23:00.421-08:00",
          "urgency": "high"
        },
        "alert_urgency_id": "46c338dc-d77a-48d6-ba57-89af2418c28b",
        "notified_users": [],
        "created_at": "2025-12-24T09:23:00.423-08:00",
        "updated_at": "2025-12-24T09:23:00.423-08:00"
      },
      "relationships": {
        "events": {
          "data": [
            {
              "id": "83c59547-072c-4de7-bac2-da4004404cc8",
              "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