Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
sub_status found by slug
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": "eb0d6415-1cc5-4e0a-b72d-90ef3e480d6b",
"type": "sub_statuses",
"attributes": {
"name": "ul325",
"description": "Quod nulla corporis reiciendis.",
"slug": "ul325",
"parent_status": "started",
"position": 3,
"deleted_at": null,
"updated_at": "2025-11-13T17:34:47.905-08:00",
"created_at": "2025-11-13T17:34:47.905-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
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "eb0d6415-1cc5-4e0a-b72d-90ef3e480d6b",
"type": "sub_statuses",
"attributes": {
"name": "ul325",
"description": "Quod nulla corporis reiciendis.",
"slug": "ul325",
"parent_status": "started",
"position": 3,
"deleted_at": null,
"updated_at": "2025-11-13T17:34:47.905-08:00",
"created_at": "2025-11-13T17:34:47.905-08:00"
}
}
}