Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_event found
Retrieves a specific incident_event by id
curl --request GET \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "4d61dc1b-f7fe-49d7-b179-4e3f5f24a8fe",
"type": "incident_events",
"attributes": {
"event": "Sapiente dicta quidem aliquam.",
"event_raw": "Sapiente dicta quidem aliquam.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Vania Pouros",
"occurred_at": "2025-09-17T17:47:44.443-07:00",
"starred_at": null,
"created_at": "2025-09-17T17:47:44.443-07:00",
"updated_at": "2025-09-17T17:47:44.443-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_event found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "4d61dc1b-f7fe-49d7-b179-4e3f5f24a8fe",
"type": "incident_events",
"attributes": {
"event": "Sapiente dicta quidem aliquam.",
"event_raw": "Sapiente dicta quidem aliquam.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Vania Pouros",
"occurred_at": "2025-09-17T17:47:44.443-07:00",
"starred_at": null,
"created_at": "2025-09-17T17:47:44.443-07:00",
"updated_at": "2025-09-17T17:47:44.443-07:00"
}
}
}