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": "1593bc23-d0bf-454e-afc8-ed5faaf84a60",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "b47c5040-d2e1-480a-972e-a9beda4f14a8",
"status_page_id": "899d1c50-f635-4844-8e2e-1a1449974bcf",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-08T02:46:23.702-08:00",
"created_at": "2025-12-08T02:46:23.702-08:00",
"updated_at": "2025-12-08T02:46:23.702-08:00",
"event": "Sed cupiditate fuga maiores."
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_status_page_event found
Show child attributes
Unique ID of the incident event
incident_status_page_events Show child attributes
The summary of the incident event
Date of start
Date of creation
Date of last update
Unique ID of the status page you wish to post the event to
The status of the incident event
investigating, identified, monitoring, resolved, scheduled, in_progress, completed Notify all status pages subscribers
For Statuspage.io integrated pages auto publishes a tweet for your update
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1593bc23-d0bf-454e-afc8-ed5faaf84a60",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "b47c5040-d2e1-480a-972e-a9beda4f14a8",
"status_page_id": "899d1c50-f635-4844-8e2e-1a1449974bcf",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-08T02:46:23.702-08:00",
"created_at": "2025-12-08T02:46:23.702-08:00",
"updated_at": "2025-12-08T02:46:23.702-08:00",
"event": "Sed cupiditate fuga maiores."
}
}
}