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": "e435b65c-0161-4b81-b678-7dc165b07499",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "1e584875-60d0-4c66-859d-3102dddd0c4b",
"status_page_id": "06edbc91-3f2e-4711-a7ac-1dc39d1d8dab",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-17T21:06:04.341-08:00",
"created_at": "2025-12-17T21:06:04.341-08:00",
"updated_at": "2025-12-17T21:06:04.341-08:00",
"event": "Voluptates reiciendis velit ut."
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e435b65c-0161-4b81-b678-7dc165b07499",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "1e584875-60d0-4c66-859d-3102dddd0c4b",
"status_page_id": "06edbc91-3f2e-4711-a7ac-1dc39d1d8dab",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-17T21:06:04.341-08:00",
"created_at": "2025-12-17T21:06:04.341-08:00",
"updated_at": "2025-12-17T21:06:04.341-08:00",
"event": "Voluptates reiciendis velit ut."
}
}
}