GET
/
v1
/
communications
/
stages
/
{id}
Shows a communications stage
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "20a6779e-4b6e-4f5c-addc-4a2dd942a662",
    "type": "communications_stages",
    "attributes": {
      "name": "pg6ob",
      "slug": "pg6ob",
      "description": "Corporis accusantium autem similique.",
      "position": 1,
      "created_at": "2025-08-18T10:33:16.838-07:00",
      "updated_at": "2025-08-18T10:33:16.838-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.