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": "<string>",
"type": "incident_status_page_events",
"attributes": {
"event": "<string>",
"started_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"status_page_id": "<string>",
"status": "investigating",
"notify_subscribers": true,
"should_tweet": true
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "incident_status_page_events",
"attributes": {
"event": "<string>",
"started_at": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"status_page_id": "<string>",
"status": "investigating",
"notify_subscribers": true,
"should_tweet": true
}
}
}