Shows details of 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"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Communications Stage ID
communications stage found
The response is of type object
.
Was this page helpful?
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"
}
}
}