Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Lists communications stages
curl --request GET \
--url https://api.rootly.com/v1/communications/stages \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "8392cbab-e820-45c0-af7f-7d3373742079",
"type": "communications_stages",
"attributes": {
"name": "bof30",
"slug": "bof30",
"description": "Quasi repellendus quia doloremque.",
"position": 1,
"created_at": "2025-10-18T10:24:46.514-07:00",
"updated_at": "2025-10-18T10:24:46.514-07:00"
}
},
{
"id": "615b9db9-4479-4b8b-a6ae-26a07a951ae2",
"type": "communications_stages",
"attributes": {
"name": "ld1e1",
"slug": "ld1e1",
"description": "Ut a culpa sit.",
"position": 2,
"created_at": "2025-10-18T10:24:46.522-07:00",
"updated_at": "2025-10-18T10:24:46.522-07:00"
}
},
{
"id": "100c2bf7-03f2-4bda-8ddf-a5a85a93cb29",
"type": "communications_stages",
"attributes": {
"name": "0812w",
"slug": "0812w",
"description": "Est beatae ut doloremque.",
"position": 3,
"created_at": "2025-10-18T10:24:46.530-07:00",
"updated_at": "2025-10-18T10:24:46.530-07:00"
}
},
{
"id": "a6bf03fa-e177-4160-a916-ee8b6a9fadf6",
"type": "communications_stages",
"attributes": {
"name": "nz28j",
"slug": "nz28j",
"description": "Alias et ratione et.",
"position": 4,
"created_at": "2025-10-18T10:24:46.537-07:00",
"updated_at": "2025-10-18T10:24:46.537-07:00"
}
},
{
"id": "adb72dc6-42c5-4a0b-9090-71cf6d957e2c",
"type": "communications_stages",
"attributes": {
"name": "i7klx",
"slug": "i7klx",
"description": "Et repellendus reiciendis rem.",
"position": 5,
"created_at": "2025-10-18T10:24:46.544-07:00",
"updated_at": "2025-10-18T10:24:46.544-07:00"
}
},
{
"id": "a99668b5-5c08-499d-82f1-f3ca50f87c24",
"type": "communications_stages",
"attributes": {
"name": "d8gi1",
"slug": "d8gi1",
"description": "Veritatis ut libero laudantium.",
"position": 6,
"created_at": "2025-10-18T10:24:46.550-07:00",
"updated_at": "2025-10-18T10:24:46.550-07:00"
}
},
{
"id": "999931c7-70dc-4736-b54f-9e96bf9ef024",
"type": "communications_stages",
"attributes": {
"name": "vknm0",
"slug": "vknm0",
"description": "Odit vitae id ad.",
"position": 7,
"created_at": "2025-10-18T10:24:46.557-07:00",
"updated_at": "2025-10-18T10:24:46.557-07:00"
}
},
{
"id": "46fbfff9-587b-40d4-b445-10aa03479ed8",
"type": "communications_stages",
"attributes": {
"name": "yl5jl",
"slug": "yl5jl",
"description": "Recusandae praesentium minima ipsam.",
"position": 8,
"created_at": "2025-10-18T10:24:46.563-07:00",
"updated_at": "2025-10-18T10:24:46.563-07:00"
}
},
{
"id": "d3d8848a-d8f7-4e61-9d53-05dfec349ad8",
"type": "communications_stages",
"attributes": {
"name": "3b6df",
"slug": "3b6df",
"description": "Unde asperiores dolorum sit.",
"position": 9,
"created_at": "2025-10-18T10:24:46.569-07:00",
"updated_at": "2025-10-18T10:24:46.569-07:00"
}
},
{
"id": "ee67865c-a1c8-4ddd-a1c5-74f09a9fe3d2",
"type": "communications_stages",
"attributes": {
"name": "pr9if",
"slug": "pr9if",
"description": "Et error tempora doloribus.",
"position": 10,
"created_at": "2025-10-18T10:24:46.576-07:00",
"updated_at": "2025-10-18T10:24:46.576-07:00"
}
}
],
"links": {
"self": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/stages \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "8392cbab-e820-45c0-af7f-7d3373742079",
"type": "communications_stages",
"attributes": {
"name": "bof30",
"slug": "bof30",
"description": "Quasi repellendus quia doloremque.",
"position": 1,
"created_at": "2025-10-18T10:24:46.514-07:00",
"updated_at": "2025-10-18T10:24:46.514-07:00"
}
},
{
"id": "615b9db9-4479-4b8b-a6ae-26a07a951ae2",
"type": "communications_stages",
"attributes": {
"name": "ld1e1",
"slug": "ld1e1",
"description": "Ut a culpa sit.",
"position": 2,
"created_at": "2025-10-18T10:24:46.522-07:00",
"updated_at": "2025-10-18T10:24:46.522-07:00"
}
},
{
"id": "100c2bf7-03f2-4bda-8ddf-a5a85a93cb29",
"type": "communications_stages",
"attributes": {
"name": "0812w",
"slug": "0812w",
"description": "Est beatae ut doloremque.",
"position": 3,
"created_at": "2025-10-18T10:24:46.530-07:00",
"updated_at": "2025-10-18T10:24:46.530-07:00"
}
},
{
"id": "a6bf03fa-e177-4160-a916-ee8b6a9fadf6",
"type": "communications_stages",
"attributes": {
"name": "nz28j",
"slug": "nz28j",
"description": "Alias et ratione et.",
"position": 4,
"created_at": "2025-10-18T10:24:46.537-07:00",
"updated_at": "2025-10-18T10:24:46.537-07:00"
}
},
{
"id": "adb72dc6-42c5-4a0b-9090-71cf6d957e2c",
"type": "communications_stages",
"attributes": {
"name": "i7klx",
"slug": "i7klx",
"description": "Et repellendus reiciendis rem.",
"position": 5,
"created_at": "2025-10-18T10:24:46.544-07:00",
"updated_at": "2025-10-18T10:24:46.544-07:00"
}
},
{
"id": "a99668b5-5c08-499d-82f1-f3ca50f87c24",
"type": "communications_stages",
"attributes": {
"name": "d8gi1",
"slug": "d8gi1",
"description": "Veritatis ut libero laudantium.",
"position": 6,
"created_at": "2025-10-18T10:24:46.550-07:00",
"updated_at": "2025-10-18T10:24:46.550-07:00"
}
},
{
"id": "999931c7-70dc-4736-b54f-9e96bf9ef024",
"type": "communications_stages",
"attributes": {
"name": "vknm0",
"slug": "vknm0",
"description": "Odit vitae id ad.",
"position": 7,
"created_at": "2025-10-18T10:24:46.557-07:00",
"updated_at": "2025-10-18T10:24:46.557-07:00"
}
},
{
"id": "46fbfff9-587b-40d4-b445-10aa03479ed8",
"type": "communications_stages",
"attributes": {
"name": "yl5jl",
"slug": "yl5jl",
"description": "Recusandae praesentium minima ipsam.",
"position": 8,
"created_at": "2025-10-18T10:24:46.563-07:00",
"updated_at": "2025-10-18T10:24:46.563-07:00"
}
},
{
"id": "d3d8848a-d8f7-4e61-9d53-05dfec349ad8",
"type": "communications_stages",
"attributes": {
"name": "3b6df",
"slug": "3b6df",
"description": "Unde asperiores dolorum sit.",
"position": 9,
"created_at": "2025-10-18T10:24:46.569-07:00",
"updated_at": "2025-10-18T10:24:46.569-07:00"
}
},
{
"id": "ee67865c-a1c8-4ddd-a1c5-74f09a9fe3d2",
"type": "communications_stages",
"attributes": {
"name": "pr9if",
"slug": "pr9if",
"description": "Et error tempora doloribus.",
"position": 10,
"created_at": "2025-10-18T10:24:46.576-07:00",
"updated_at": "2025-10-18T10:24:46.576-07:00"
}
}
],
"links": {
"self": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/communications/stages?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}