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": "746176da-a744-4572-8eb7-91e3420f8d93",
"type": "sub_statuses",
"attributes": {
"name": "lcvhz",
"description": "Natus quam quas tenetur.",
"slug": "lcvhz",
"parent_status": "started",
"position": 3,
"deleted_at": null,
"updated_at": "2026-02-13T18:10:30.487-08:00",
"created_at": "2026-02-13T18:10:30.487-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "746176da-a744-4572-8eb7-91e3420f8d93",
"type": "sub_statuses",
"attributes": {
"name": "lcvhz",
"description": "Natus quam quas tenetur.",
"slug": "lcvhz",
"parent_status": "started",
"position": 3,
"deleted_at": null,
"updated_at": "2026-02-13T18:10:30.487-08:00",
"created_at": "2026-02-13T18:10:30.487-08:00"
}
}
}