GET
/
v1
/
events
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6f9d1266-d850-4b53-a49e-50f474e0d1ec",
    "type": "incident_events",
    "attributes": {
      "event": "Reiciendis tempore ut suscipit.",
      "event_raw": "Reiciendis tempore ut suscipit.",
      "kind": "event",
      "source": "web",
      "visibility": "internal",
      "user_display_name": "Doug Heaney",
      "occurred_at": "2025-03-20T17:50:43.715-07:00",
      "starred_at": null,
      "created_at": "2025-03-20T17:50:43.715-07:00",
      "updated_at": "2025-03-20T17:50:43.715-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
incident_event found
data
object
required