Retrieves a specific Sub-Status by id
curl --request GET \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8eb144ad-63f3-402d-9daf-0b99579820f5",
"type": "sub_statuses",
"attributes": {
"name": "wrnnx",
"description": "Distinctio esse ducimus autem.",
"slug": "wrnnx",
"parent_status": "started",
"position": 3,
"deleted_at": null,
"updated_at": "2025-12-05T15:10:23.045-08:00",
"created_at": "2025-12-05T15:10:23.045-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
sub_status found by slug
Show child attributes
Unique ID of the sub_status
sub_statuses Show child attributes
in_triage, started, resolved, closed, cancelled, planning, scheduled, in_progress, verifying, completed Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8eb144ad-63f3-402d-9daf-0b99579820f5",
"type": "sub_statuses",
"attributes": {
"name": "wrnnx",
"description": "Distinctio esse ducimus autem.",
"slug": "wrnnx",
"parent_status": "started",
"position": 3,
"deleted_at": null,
"updated_at": "2025-12-05T15:10:23.045-08:00",
"created_at": "2025-12-05T15:10:23.045-08:00"
}
}
}