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": "137710e4-0a81-4172-a975-377002203fd8",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "6fbe7442-09bf-4c8d-af9f-7493b4d20e5b",
"status_page_id": "5aa21121-e269-41d7-bd6a-5ac9d39f6a51",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-10-08T19:34:45.685-07:00",
"created_at": "2025-10-08T19:34:45.685-07:00",
"updated_at": "2025-10-08T19:34:45.685-07:00",
"event": "Sed dolor earum accusantium."
}
}
}
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": "137710e4-0a81-4172-a975-377002203fd8",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "6fbe7442-09bf-4c8d-af9f-7493b4d20e5b",
"status_page_id": "5aa21121-e269-41d7-bd6a-5ac9d39f6a51",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-10-08T19:34:45.685-07:00",
"created_at": "2025-10-08T19:34:45.685-07:00",
"updated_at": "2025-10-08T19:34:45.685-07:00",
"event": "Sed dolor earum accusantium."
}
}
}