Retrieves a specific Status by id
curl --request GET \
--url https://api.rootly.com/v1/statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "32da35a3-f6a3-4de5-9587-c1012f3a2acf",
"type": "statuses",
"attributes": {
"name": "Status 1",
"slug": "status-1",
"description": null,
"color": "#047BF8",
"enabled": true,
"created_at": "2026-02-09T22:19:02.767-08:00",
"updated_at": "2026-02-09T22:19:02.767-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "32da35a3-f6a3-4de5-9587-c1012f3a2acf",
"type": "statuses",
"attributes": {
"name": "Status 1",
"slug": "status-1",
"description": null,
"color": "#047BF8",
"enabled": true,
"created_at": "2026-02-09T22:19:02.767-08:00",
"updated_at": "2026-02-09T22:19:02.767-08:00"
}
}
}