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": "363e2fc3-744b-4176-af38-e4edd782cf6b",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "a5a326d9-e9f4-457e-a11a-1dcedde60606",
"status_page_id": "8d3eb97c-8010-46d5-b8f1-8765bee5c7f2",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-09-18T09:19:51.663-07:00",
"created_at": "2025-09-18T09:19:51.663-07:00",
"updated_at": "2025-09-18T09:19:51.663-07:00",
"event": "Libero hic rem cupiditate."
}
}
}
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": "363e2fc3-744b-4176-af38-e4edd782cf6b",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "a5a326d9-e9f4-457e-a11a-1dcedde60606",
"status_page_id": "8d3eb97c-8010-46d5-b8f1-8765bee5c7f2",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-09-18T09:19:51.663-07:00",
"created_at": "2025-09-18T09:19:51.663-07:00",
"updated_at": "2025-09-18T09:19:51.663-07:00",
"event": "Libero hic rem cupiditate."
}
}
}