GET
/
v1
/
sub_statuses
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/sub_statuses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "10d58a5f-dc4e-4857-8693-12773e0a35f8",
    "type": "sub_statuses",
    "attributes": {
      "name": "0ewvq",
      "description": "Quisquam est qui aut.",
      "slug": "0ewvq",
      "parent_status": "started",
      "position": 3,
      "deleted_at": null,
      "updated_at": "2025-07-09T11:15:26.503-07:00",
      "created_at": "2025-07-09T11:15:26.503-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

sub_status found

The response is of type object.