GET
/
v1
/
communications
/
stages
Lists communications stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "005ace6a-5206-4953-9eb4-17c10df1d147",
      "type": "communications_stages",
      "attributes": {
        "name": "0m1fv",
        "slug": "0m1fv",
        "description": "Quasi perferendis distinctio rem.",
        "position": 1,
        "created_at": "2025-09-08T13:44:02.747-07:00",
        "updated_at": "2025-09-08T13:44:02.747-07:00"
      }
    },
    {
      "id": "f5ad6322-ca38-4675-9261-fc4e4fe9d016",
      "type": "communications_stages",
      "attributes": {
        "name": "wzvjq",
        "slug": "wzvjq",
        "description": "Aut inventore ut non.",
        "position": 2,
        "created_at": "2025-09-08T13:44:02.752-07:00",
        "updated_at": "2025-09-08T13:44:02.752-07:00"
      }
    },
    {
      "id": "0889c56a-26eb-45dc-8736-3c9d696a65af",
      "type": "communications_stages",
      "attributes": {
        "name": "hvn8s",
        "slug": "hvn8s",
        "description": "Cum nihil iure porro.",
        "position": 3,
        "created_at": "2025-09-08T13:44:02.759-07:00",
        "updated_at": "2025-09-08T13:44:02.759-07:00"
      }
    },
    {
      "id": "dc3a4588-0de1-45a1-abac-8eea4456f060",
      "type": "communications_stages",
      "attributes": {
        "name": "q97cr",
        "slug": "q97cr",
        "description": "Quibusdam tempora quo non.",
        "position": 4,
        "created_at": "2025-09-08T13:44:02.765-07:00",
        "updated_at": "2025-09-08T13:44:02.765-07:00"
      }
    },
    {
      "id": "b30d7535-da3a-434c-9680-5101c78021e8",
      "type": "communications_stages",
      "attributes": {
        "name": "ysbs2",
        "slug": "ysbs2",
        "description": "Nemo occaecati porro ipsum.",
        "position": 5,
        "created_at": "2025-09-08T13:44:02.771-07:00",
        "updated_at": "2025-09-08T13:44:02.771-07:00"
      }
    },
    {
      "id": "97599167-46b2-44bc-904d-ad164249f443",
      "type": "communications_stages",
      "attributes": {
        "name": "2f33p",
        "slug": "2f33p",
        "description": "Et et facere veniam.",
        "position": 6,
        "created_at": "2025-09-08T13:44:02.777-07:00",
        "updated_at": "2025-09-08T13:44:02.777-07:00"
      }
    },
    {
      "id": "733ebac6-52a2-487b-b700-0f98b946fbba",
      "type": "communications_stages",
      "attributes": {
        "name": "2zjhj",
        "slug": "2zjhj",
        "description": "Ea id laudantium sit.",
        "position": 7,
        "created_at": "2025-09-08T13:44:02.783-07:00",
        "updated_at": "2025-09-08T13:44:02.783-07:00"
      }
    },
    {
      "id": "55c40a22-e9ac-468b-bd06-67bb3ce143f8",
      "type": "communications_stages",
      "attributes": {
        "name": "mmi0g",
        "slug": "mmi0g",
        "description": "Doloremque et maxime enim.",
        "position": 8,
        "created_at": "2025-09-08T13:44:02.790-07:00",
        "updated_at": "2025-09-08T13:44:02.790-07:00"
      }
    },
    {
      "id": "e97ad2dc-516a-4b58-ada3-60fdd282c6cf",
      "type": "communications_stages",
      "attributes": {
        "name": "4g9m5",
        "slug": "4g9m5",
        "description": "Sit ad eligendi consequuntur.",
        "position": 9,
        "created_at": "2025-09-08T13:44:02.796-07:00",
        "updated_at": "2025-09-08T13:44:02.796-07:00"
      }
    },
    {
      "id": "43752a63-0f44-4bf6-8728-70b60926dca9",
      "type": "communications_stages",
      "attributes": {
        "name": "r3x3s",
        "slug": "r3x3s",
        "description": "Reprehenderit aut et quos.",
        "position": 10,
        "created_at": "2025-09-08T13:44:02.802-07:00",
        "updated_at": "2025-09-08T13:44:02.802-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
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page[number]
integer
page[size]
integer
filter[name]
string
filter[slug]
string
filter[created_at][gt]
string
filter[created_at][gte]
string
filter[created_at][lt]
string
filter[created_at][lte]
string
sort
string

Response

200 - application/vnd.api+json

communications stages found

The response is of type object.