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": "961fccd2-6540-40a8-8b07-e173e76a1030",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "31ebee21-c98f-4a80-935c-cf5e3ee8f01f",
"status_page_id": "9c7f8e29-4123-4de9-ae31-7cd88ca9569a",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-01-29T09:25:50.951-08:00",
"created_at": "2026-01-29T09:25:50.951-08:00",
"updated_at": "2026-01-29T09:25:50.951-08:00",
"event": "Accusamus qui dolore qui."
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "961fccd2-6540-40a8-8b07-e173e76a1030",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "31ebee21-c98f-4a80-935c-cf5e3ee8f01f",
"status_page_id": "9c7f8e29-4123-4de9-ae31-7cd88ca9569a",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-01-29T09:25:50.951-08:00",
"created_at": "2026-01-29T09:25:50.951-08:00",
"updated_at": "2026-01-29T09:25:50.951-08:00",
"event": "Accusamus qui dolore qui."
}
}
}