Shows details of a communications stage
curl --request GET \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "731af87e-ce08-4f33-9bd3-b63c7c288ee8",
"type": "communications_stages",
"attributes": {
"name": "iako5",
"slug": "iako5",
"description": "Quaerat molestiae soluta quidem.",
"position": 1,
"created_at": "2025-12-21T12:07:08.857-08:00",
"updated_at": "2025-12-21T12:07:08.857-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/stages/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "731af87e-ce08-4f33-9bd3-b63c7c288ee8",
"type": "communications_stages",
"attributes": {
"name": "iako5",
"slug": "iako5",
"description": "Quaerat molestiae soluta quidem.",
"position": 1,
"created_at": "2025-12-21T12:07:08.857-08:00",
"updated_at": "2025-12-21T12:07:08.857-08:00"
}
}
}