Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_status_page_event found
Retrieves a specific incident_status_page_event by id
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e1b1e2f5-6d11-4d3b-8817-30e09a007c62",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "a6a65ba0-243a-43ff-84e1-9571a756c20e",
"status_page_id": "b23df548-05a7-4705-ad34-e43ec87b0194",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-18T01:08:38.584-08:00",
"created_at": "2025-11-18T01:08:38.584-08:00",
"updated_at": "2025-11-18T01:08:38.584-08:00",
"event": "Nihil enim incidunt vero."
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_status_page_event found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e1b1e2f5-6d11-4d3b-8817-30e09a007c62",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "a6a65ba0-243a-43ff-84e1-9571a756c20e",
"status_page_id": "b23df548-05a7-4705-ad34-e43ec87b0194",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-18T01:08:38.584-08:00",
"created_at": "2025-11-18T01:08:38.584-08:00",
"updated_at": "2025-11-18T01:08:38.584-08:00",
"event": "Nihil enim incidunt vero."
}
}
}