Retrieves a specific Status by id
curl --request GET \
--url https://api.rootly.com/v1/statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "608cb700-4052-44cd-a166-85b4a19adc28",
"type": "statuses",
"attributes": {
"name": "Status 1",
"slug": "status-1",
"description": null,
"color": "#047BF8",
"enabled": true,
"created_at": "2025-12-24T09:28:34.403-08:00",
"updated_at": "2025-12-24T09:28:34.403-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "608cb700-4052-44cd-a166-85b4a19adc28",
"type": "statuses",
"attributes": {
"name": "Status 1",
"slug": "status-1",
"description": null,
"color": "#047BF8",
"enabled": true,
"created_at": "2025-12-24T09:28:34.403-08:00",
"updated_at": "2025-12-24T09:28:34.403-08:00"
}
}
}