Shows details of a communications stage
curl --request GET \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "124c7d4f-8c47-4ec5-b348-805b86f74ce5",
"type": "communications_stages",
"attributes": {
"name": "vb31l",
"slug": "vb31l",
"description": "Et id quis officia.",
"position": 1,
"created_at": "2025-07-29T05:35:49.222-07:00",
"updated_at": "2025-07-29T05:35:49.222-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": "124c7d4f-8c47-4ec5-b348-805b86f74ce5",
"type": "communications_stages",
"attributes": {
"name": "vb31l",
"slug": "vb31l",
"description": "Et id quis officia.",
"position": 1,
"created_at": "2025-07-29T05:35:49.222-07:00",
"updated_at": "2025-07-29T05:35:49.222-07:00"
}
}
}