GET
/
v1
/
communications
/
stages
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "81b45cce-24e7-49cc-ac72-c90701debe95",
    "type": "communications_stages",
    "attributes": {
      "name": "co9bt",
      "slug": "co9bt",
      "description": "Earum dolores aut facilis.",
      "position": 1,
      "created_at": "2025-06-18T16:02:14.404-07:00",
      "updated_at": "2025-06-18T16:02:14.404-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.