Lists communications stages
curl --request GET \
--url https://api.rootly.com/v1/communications/stages \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "fd7cd5bc-1de4-4a55-a073-b3e9093e1399",
"type": "communications_stages",
"attributes": {
"name": "ht7jy",
"slug": "ht7jy",
"description": "Sunt vitae nemo voluptatum.",
"position": 1,
"created_at": "2025-07-30T02:08:36.910-07:00",
"updated_at": "2025-07-30T02:08:36.910-07:00"
}
},
{
"id": "560a8044-7a96-4a4f-8a31-34b39971c5db",
"type": "communications_stages",
"attributes": {
"name": "pu9s8",
"slug": "pu9s8",
"description": "Corporis necessitatibus alias repellendus.",
"position": 2,
"created_at": "2025-07-30T02:08:36.916-07:00",
"updated_at": "2025-07-30T02:08:36.916-07:00"
}
},
{
"id": "cf9e7b1d-2713-4468-837c-e1871e5f3aa5",
"type": "communications_stages",
"attributes": {
"name": "2qlp6",
"slug": "2qlp6",
"description": "Magnam ducimus ut placeat.",
"position": 3,
"created_at": "2025-07-30T02:08:36.924-07:00",
"updated_at": "2025-07-30T02:08:36.924-07:00"
}
},
{
"id": "d3355369-644b-489f-a7fa-c7516f10f0bd",
"type": "communications_stages",
"attributes": {
"name": "s9o11",
"slug": "s9o11",
"description": "Itaque dolor omnis consequatur.",
"position": 4,
"created_at": "2025-07-30T02:08:36.930-07:00",
"updated_at": "2025-07-30T02:08:36.930-07:00"
}
},
{
"id": "83e43281-ad14-498a-94d4-7bbec6b785de",
"type": "communications_stages",
"attributes": {
"name": "k1lll",
"slug": "k1lll",
"description": "Voluptatem culpa unde dolorum.",
"position": 5,
"created_at": "2025-07-30T02:08:36.936-07:00",
"updated_at": "2025-07-30T02:08:36.936-07:00"
}
},
{
"id": "e4986ecf-c33d-4ec6-9a3c-1abcbce32d1b",
"type": "communications_stages",
"attributes": {
"name": "3byqk",
"slug": "3byqk",
"description": "Enim cum laboriosam asperiores.",
"position": 6,
"created_at": "2025-07-30T02:08:36.941-07:00",
"updated_at": "2025-07-30T02:08:36.941-07:00"
}
},
{
"id": "341c6805-d9c6-42c9-b3d6-e5428db150f6",
"type": "communications_stages",
"attributes": {
"name": "f7kcp",
"slug": "f7kcp",
"description": "Sint quaerat est quam.",
"position": 7,
"created_at": "2025-07-30T02:08:36.947-07:00",
"updated_at": "2025-07-30T02:08:36.947-07:00"
}
},
{
"id": "ed501889-e0d6-4cf3-a879-195b77aa07a1",
"type": "communications_stages",
"attributes": {
"name": "ixf8r",
"slug": "ixf8r",
"description": "Qui laboriosam esse aperiam.",
"position": 8,
"created_at": "2025-07-30T02:08:36.953-07:00",
"updated_at": "2025-07-30T02:08:36.953-07:00"
}
},
{
"id": "e6741937-8221-4305-8d51-f90551f6b5ef",
"type": "communications_stages",
"attributes": {
"name": "flbk2",
"slug": "flbk2",
"description": "Illo quos dolorum aut.",
"position": 9,
"created_at": "2025-07-30T02:08:36.960-07:00",
"updated_at": "2025-07-30T02:08:36.960-07:00"
}
},
{
"id": "2aa58925-09eb-4db6-a725-3b1cf2a7ba17",
"type": "communications_stages",
"attributes": {
"name": "li1zk",
"slug": "li1zk",
"description": "Enim maxime voluptatem aut.",
"position": 10,
"created_at": "2025-07-30T02:08:36.966-07:00",
"updated_at": "2025-07-30T02:08:36.966-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.
communications stages found
The response is of type object
.
curl --request GET \
--url https://api.rootly.com/v1/communications/stages \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "fd7cd5bc-1de4-4a55-a073-b3e9093e1399",
"type": "communications_stages",
"attributes": {
"name": "ht7jy",
"slug": "ht7jy",
"description": "Sunt vitae nemo voluptatum.",
"position": 1,
"created_at": "2025-07-30T02:08:36.910-07:00",
"updated_at": "2025-07-30T02:08:36.910-07:00"
}
},
{
"id": "560a8044-7a96-4a4f-8a31-34b39971c5db",
"type": "communications_stages",
"attributes": {
"name": "pu9s8",
"slug": "pu9s8",
"description": "Corporis necessitatibus alias repellendus.",
"position": 2,
"created_at": "2025-07-30T02:08:36.916-07:00",
"updated_at": "2025-07-30T02:08:36.916-07:00"
}
},
{
"id": "cf9e7b1d-2713-4468-837c-e1871e5f3aa5",
"type": "communications_stages",
"attributes": {
"name": "2qlp6",
"slug": "2qlp6",
"description": "Magnam ducimus ut placeat.",
"position": 3,
"created_at": "2025-07-30T02:08:36.924-07:00",
"updated_at": "2025-07-30T02:08:36.924-07:00"
}
},
{
"id": "d3355369-644b-489f-a7fa-c7516f10f0bd",
"type": "communications_stages",
"attributes": {
"name": "s9o11",
"slug": "s9o11",
"description": "Itaque dolor omnis consequatur.",
"position": 4,
"created_at": "2025-07-30T02:08:36.930-07:00",
"updated_at": "2025-07-30T02:08:36.930-07:00"
}
},
{
"id": "83e43281-ad14-498a-94d4-7bbec6b785de",
"type": "communications_stages",
"attributes": {
"name": "k1lll",
"slug": "k1lll",
"description": "Voluptatem culpa unde dolorum.",
"position": 5,
"created_at": "2025-07-30T02:08:36.936-07:00",
"updated_at": "2025-07-30T02:08:36.936-07:00"
}
},
{
"id": "e4986ecf-c33d-4ec6-9a3c-1abcbce32d1b",
"type": "communications_stages",
"attributes": {
"name": "3byqk",
"slug": "3byqk",
"description": "Enim cum laboriosam asperiores.",
"position": 6,
"created_at": "2025-07-30T02:08:36.941-07:00",
"updated_at": "2025-07-30T02:08:36.941-07:00"
}
},
{
"id": "341c6805-d9c6-42c9-b3d6-e5428db150f6",
"type": "communications_stages",
"attributes": {
"name": "f7kcp",
"slug": "f7kcp",
"description": "Sint quaerat est quam.",
"position": 7,
"created_at": "2025-07-30T02:08:36.947-07:00",
"updated_at": "2025-07-30T02:08:36.947-07:00"
}
},
{
"id": "ed501889-e0d6-4cf3-a879-195b77aa07a1",
"type": "communications_stages",
"attributes": {
"name": "ixf8r",
"slug": "ixf8r",
"description": "Qui laboriosam esse aperiam.",
"position": 8,
"created_at": "2025-07-30T02:08:36.953-07:00",
"updated_at": "2025-07-30T02:08:36.953-07:00"
}
},
{
"id": "e6741937-8221-4305-8d51-f90551f6b5ef",
"type": "communications_stages",
"attributes": {
"name": "flbk2",
"slug": "flbk2",
"description": "Illo quos dolorum aut.",
"position": 9,
"created_at": "2025-07-30T02:08:36.960-07:00",
"updated_at": "2025-07-30T02:08:36.960-07:00"
}
},
{
"id": "2aa58925-09eb-4db6-a725-3b1cf2a7ba17",
"type": "communications_stages",
"attributes": {
"name": "li1zk",
"slug": "li1zk",
"description": "Enim maxime voluptatem aut.",
"position": 10,
"created_at": "2025-07-30T02:08:36.966-07:00",
"updated_at": "2025-07-30T02:08:36.966-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
}
}