Retrieves a specific incident_event by id
curl --request GET \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "261bd0bb-173c-4d07-bda5-e4412a3c167c",
"type": "incident_events",
"attributes": {
"event": "Voluptas aut eaque quo.",
"event_raw": "Voluptas aut eaque quo.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Everette Armstrong",
"occurred_at": "2025-12-04T23:30:46.606-08:00",
"starred_at": null,
"created_at": "2025-12-04T23:30:46.606-08:00",
"updated_at": "2025-12-04T23:30:46.606-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event found
Show child attributes
Unique ID of the incident event
incident_events Show child attributes
The summary of the incident event
Date of occurence
Date of creation
Date of last update
The visibility of the incident action item
internal, external Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "261bd0bb-173c-4d07-bda5-e4412a3c167c",
"type": "incident_events",
"attributes": {
"event": "Voluptas aut eaque quo.",
"event_raw": "Voluptas aut eaque quo.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Everette Armstrong",
"occurred_at": "2025-12-04T23:30:46.606-08:00",
"starred_at": null,
"created_at": "2025-12-04T23:30:46.606-08:00",
"updated_at": "2025-12-04T23:30:46.606-08:00"
}
}
}