GET
/
v1
/
communications
/
stages
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b3b539b8-6d16-4bbf-b7ef-0849c536101c",
    "type": "communications_stages",
    "attributes": {
      "name": "5bbxl",
      "slug": "5bbxl",
      "description": "Earum eum esse alias.",
      "position": 1,
      "created_at": "2025-07-09T01:14:03.678-07:00",
      "updated_at": "2025-07-09T01:14:03.678-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

Communications Stage ID

Response

200
application/vnd.api+json

communications stage found

The response is of type object.