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": "766d8105-fe71-44c3-8892-860853fc0ff4",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "40945753-558f-40af-a402-dace4570d320",
"status_page_id": "f0a6b17c-1de5-4ecd-a017-f5dab0cdd1a9",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-10-29T12:10:52.544-07:00",
"created_at": "2025-10-29T12:10:52.544-07:00",
"updated_at": "2025-10-29T12:10:52.544-07:00",
"event": "Non officia aut sit."
}
}
}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": "766d8105-fe71-44c3-8892-860853fc0ff4",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "40945753-558f-40af-a402-dace4570d320",
"status_page_id": "f0a6b17c-1de5-4ecd-a017-f5dab0cdd1a9",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-10-29T12:10:52.544-07:00",
"created_at": "2025-10-29T12:10:52.544-07:00",
"updated_at": "2025-10-29T12:10:52.544-07:00",
"event": "Non officia aut sit."
}
}
}