Skip to main content
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": "bc286ecc-9ef5-4ff9-9634-c890edfa419f",
    "type": "communications_stages",
    "attributes": {
      "name": "nlxl4",
      "slug": "nlxl4",
      "description": "Provident ducimus qui consequatur.",
      "position": 1,
      "created_at": "2025-11-27T00:06:46.162-08:00",
      "updated_at": "2025-11-27T00:06:46.162-08: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

communications stage found

data
object
required