GET
/
v1
/
alert_events
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_events/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "e3880d59-0b25-43e3-a868-abf3ac0a498c",
    "type": "alert_events",
    "attributes": {
      "kind": "informational",
      "source": "web",
      "action": "created",
      "details": null,
      "user": null,
      "incident": null,
      "schedule": null,
      "escalation_level": null,
      "escalation_target_type": null,
      "escalation_target": null,
      "slack_channel": null,
      "incident_ids": [],
      "created_at": "2025-03-13T11:58:31.120-07:00",
      "updated_at": "2025-03-13T11:58:31.120-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json
alert_event found
data
object
required