Retrieves a specific incident_event by id
curl --request GET \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "7ab4900b-f1a6-4c07-8b1c-e8bb41a53583",
"type": "incident_events",
"attributes": {
"event": "Rem officiis officia sunt.",
"event_raw": "Rem officiis officia sunt.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Wendy Hessel",
"occurred_at": "2026-01-21T09:39:40.125-08:00",
"starred_at": null,
"created_at": "2026-01-21T09:39:40.125-08:00",
"updated_at": "2026-01-21T09:39:40.125-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "7ab4900b-f1a6-4c07-8b1c-e8bb41a53583",
"type": "incident_events",
"attributes": {
"event": "Rem officiis officia sunt.",
"event_raw": "Rem officiis officia sunt.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Wendy Hessel",
"occurred_at": "2026-01-21T09:39:40.125-08:00",
"starred_at": null,
"created_at": "2026-01-21T09:39:40.125-08:00",
"updated_at": "2026-01-21T09:39:40.125-08:00"
}
}
}