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": "b7b41dfc-8b7a-4b31-b831-c6bdc31bca98",
"type": "incident_events",
"attributes": {
"event": "Quam enim distinctio eligendi.",
"event_raw": "Quam enim distinctio eligendi.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Adrianna Bashirian",
"occurred_at": "2025-11-13T17:30:46.174-08:00",
"starred_at": null,
"created_at": "2025-11-13T17:30:46.174-08:00",
"updated_at": "2025-11-13T17:30:46.174-08: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": "b7b41dfc-8b7a-4b31-b831-c6bdc31bca98",
"type": "incident_events",
"attributes": {
"event": "Quam enim distinctio eligendi.",
"event_raw": "Quam enim distinctio eligendi.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Adrianna Bashirian",
"occurred_at": "2025-11-13T17:30:46.174-08:00",
"starred_at": null,
"created_at": "2025-11-13T17:30:46.174-08:00",
"updated_at": "2025-11-13T17:30:46.174-08:00"
}
}
}