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": "97bf3996-5b31-4590-b2ef-10f1ac073636",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "6b01bd40-cfad-4263-9b78-34b0cafa9bb8",
"status_page_id": "bd8efe73-3a61-4628-a1cb-ff897f457886",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-02-21T14:32:48.352-08:00",
"created_at": "2026-02-21T14:32:48.352-08:00",
"updated_at": "2026-02-21T14:32:48.352-08:00",
"event": "Et voluptatem quia saepe."
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "97bf3996-5b31-4590-b2ef-10f1ac073636",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "6b01bd40-cfad-4263-9b78-34b0cafa9bb8",
"status_page_id": "bd8efe73-3a61-4628-a1cb-ff897f457886",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-02-21T14:32:48.352-08:00",
"created_at": "2026-02-21T14:32:48.352-08:00",
"updated_at": "2026-02-21T14:32:48.352-08:00",
"event": "Et voluptatem quia saepe."
}
}
}