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": "610d4873-7313-4e3a-bac3-015f31c5ce55",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "883b42e5-b97d-4e23-aadc-407505ccea27",
"status_page_id": "7f6e4a2a-6a76-4627-9450-10a3d5eaa8af",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-24T09:26:34.495-08:00",
"created_at": "2025-12-24T09:26:34.495-08:00",
"updated_at": "2025-12-24T09:26:34.495-08:00",
"event": "Consequatur dolorem repudiandae voluptate."
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "610d4873-7313-4e3a-bac3-015f31c5ce55",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "883b42e5-b97d-4e23-aadc-407505ccea27",
"status_page_id": "7f6e4a2a-6a76-4627-9450-10a3d5eaa8af",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-24T09:26:34.495-08:00",
"created_at": "2025-12-24T09:26:34.495-08:00",
"updated_at": "2025-12-24T09:26:34.495-08:00",
"event": "Consequatur dolorem repudiandae voluptate."
}
}
}