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": "02e86a34-a0de-4835-85f7-d12911849c39",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "6317f10a-b5bb-467e-b181-2125b346c70e",
"status_page_id": "0b86889a-ecd4-4b55-9de3-cdc0082a9f68",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-01-22T09:00:29.134-08:00",
"created_at": "2026-01-22T09:00:29.134-08:00",
"updated_at": "2026-01-22T09:00:29.134-08:00",
"event": "Autem tenetur repellat et."
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "02e86a34-a0de-4835-85f7-d12911849c39",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "6317f10a-b5bb-467e-b181-2125b346c70e",
"status_page_id": "0b86889a-ecd4-4b55-9de3-cdc0082a9f68",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-01-22T09:00:29.134-08:00",
"created_at": "2026-01-22T09:00:29.134-08:00",
"updated_at": "2026-01-22T09:00:29.134-08:00",
"event": "Autem tenetur repellat et."
}
}
}