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": "88066d54-0903-4339-8000-b827f395fb83",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "0d5f1735-2a68-4429-904c-7d89e06bf843",
"status_page_id": "aab3eb3f-9c65-49c7-869e-8859ec359264",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-27T00:10:17.621-08:00",
"created_at": "2025-11-27T00:10:17.621-08:00",
"updated_at": "2025-11-27T00:10:17.621-08:00",
"event": "Nulla natus odio animi."
}
}
}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": "88066d54-0903-4339-8000-b827f395fb83",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "0d5f1735-2a68-4429-904c-7d89e06bf843",
"status_page_id": "aab3eb3f-9c65-49c7-869e-8859ec359264",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-27T00:10:17.621-08:00",
"created_at": "2025-11-27T00:10:17.621-08:00",
"updated_at": "2025-11-27T00:10:17.621-08:00",
"event": "Nulla natus odio animi."
}
}
}