GET
/
v1
/
communications
/
stages
Lists communications stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "aff13209-2d0a-47ef-acb1-3bb660dfa944",
      "type": "communications_stages",
      "attributes": {
        "name": "8tm9g",
        "slug": "8tm9g",
        "description": "Ut consequuntur atque soluta.",
        "position": 1,
        "created_at": "2025-07-09T12:01:36.207-07:00",
        "updated_at": "2025-07-09T12:01:36.207-07:00"
      }
    },
    {
      "id": "21f24a7b-0852-494a-bab6-4bb4da984c20",
      "type": "communications_stages",
      "attributes": {
        "name": "q203k",
        "slug": "q203k",
        "description": "Non qui id ut.",
        "position": 2,
        "created_at": "2025-07-09T12:01:36.212-07:00",
        "updated_at": "2025-07-09T12:01:36.212-07:00"
      }
    },
    {
      "id": "b335cbb5-7486-48f2-9634-f5bb865624bc",
      "type": "communications_stages",
      "attributes": {
        "name": "jnchq",
        "slug": "jnchq",
        "description": "Maiores vitae pariatur et.",
        "position": 3,
        "created_at": "2025-07-09T12:01:36.220-07:00",
        "updated_at": "2025-07-09T12:01:36.220-07:00"
      }
    },
    {
      "id": "e1bf8c5d-8388-4d19-827d-5d47e5342e10",
      "type": "communications_stages",
      "attributes": {
        "name": "jg79l",
        "slug": "jg79l",
        "description": "Nisi voluptatem perspiciatis sequi.",
        "position": 4,
        "created_at": "2025-07-09T12:01:36.226-07:00",
        "updated_at": "2025-07-09T12:01:36.226-07:00"
      }
    },
    {
      "id": "7d4b9b78-a2ea-4230-8a6b-d2ca17e2b271",
      "type": "communications_stages",
      "attributes": {
        "name": "xzg2a",
        "slug": "xzg2a",
        "description": "Cum quia laudantium facere.",
        "position": 5,
        "created_at": "2025-07-09T12:01:36.232-07:00",
        "updated_at": "2025-07-09T12:01:36.232-07:00"
      }
    },
    {
      "id": "cc3fee88-9d1f-44a2-b4a0-eef8c52eecd7",
      "type": "communications_stages",
      "attributes": {
        "name": "g97xp",
        "slug": "g97xp",
        "description": "Totam laborum voluptatem dignissimos.",
        "position": 6,
        "created_at": "2025-07-09T12:01:36.237-07:00",
        "updated_at": "2025-07-09T12:01:36.237-07:00"
      }
    },
    {
      "id": "942341f2-4008-4797-9b62-d281437bf341",
      "type": "communications_stages",
      "attributes": {
        "name": "sb91g",
        "slug": "sb91g",
        "description": "Qui eos odio et.",
        "position": 7,
        "created_at": "2025-07-09T12:01:36.244-07:00",
        "updated_at": "2025-07-09T12:01:36.244-07:00"
      }
    },
    {
      "id": "d397193c-6c4f-4ea3-ba53-f3f89441afad",
      "type": "communications_stages",
      "attributes": {
        "name": "9xesx",
        "slug": "9xesx",
        "description": "Rem dolores facilis ratione.",
        "position": 8,
        "created_at": "2025-07-09T12:01:36.251-07:00",
        "updated_at": "2025-07-09T12:01:36.251-07:00"
      }
    },
    {
      "id": "546e453d-f99e-447f-9f2f-9cc9e39ea294",
      "type": "communications_stages",
      "attributes": {
        "name": "4i1jt",
        "slug": "4i1jt",
        "description": "Qui exercitationem est dolor.",
        "position": 9,
        "created_at": "2025-07-09T12:01:36.257-07:00",
        "updated_at": "2025-07-09T12:01:36.257-07:00"
      }
    },
    {
      "id": "fb096349-9063-4acd-817c-7883e653885b",
      "type": "communications_stages",
      "attributes": {
        "name": "e9mhf",
        "slug": "e9mhf",
        "description": "Consequatur omnis et minima.",
        "position": 10,
        "created_at": "2025-07-09T12:01:36.264-07:00",
        "updated_at": "2025-07-09T12:01:36.264-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.