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": "355b8e4b-e8b5-490d-94c1-12697c766fbb",
"type": "incident_events",
"attributes": {
"event": "Ad nulla vel est.",
"event_raw": "Ad nulla vel est.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Peter Hills",
"occurred_at": "2025-11-27T00:09:09.923-08:00",
"starred_at": null,
"created_at": "2025-11-27T00:09:09.923-08:00",
"updated_at": "2025-11-27T00:09:09.923-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": "355b8e4b-e8b5-490d-94c1-12697c766fbb",
"type": "incident_events",
"attributes": {
"event": "Ad nulla vel est.",
"event_raw": "Ad nulla vel est.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Peter Hills",
"occurred_at": "2025-11-27T00:09:09.923-08:00",
"starred_at": null,
"created_at": "2025-11-27T00:09:09.923-08:00",
"updated_at": "2025-11-27T00:09:09.923-08:00"
}
}
}