GET
/
v1
/
communications
/
stages
Lists communications stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "e4302997-a72c-4bbe-9f63-5c20461ad715",
      "type": "communications_stages",
      "attributes": {
        "name": "54f33",
        "slug": "54f33",
        "description": "Dolorem non et quos.",
        "position": 1,
        "created_at": "2025-09-26T17:24:20.573-07:00",
        "updated_at": "2025-09-26T17:24:20.573-07:00"
      }
    },
    {
      "id": "c6795584-e2a8-4dd4-a2cc-7dc26b54a266",
      "type": "communications_stages",
      "attributes": {
        "name": "49elx",
        "slug": "49elx",
        "description": "Est molestias nobis quia.",
        "position": 2,
        "created_at": "2025-09-26T17:24:20.578-07:00",
        "updated_at": "2025-09-26T17:24:20.578-07:00"
      }
    },
    {
      "id": "cbd80e27-de59-4ee3-a94d-f43711cbd85c",
      "type": "communications_stages",
      "attributes": {
        "name": "6sf9f",
        "slug": "6sf9f",
        "description": "Corporis quibusdam perspiciatis necessitatibus.",
        "position": 3,
        "created_at": "2025-09-26T17:24:20.584-07:00",
        "updated_at": "2025-09-26T17:24:20.584-07:00"
      }
    },
    {
      "id": "9aa71b9c-6ff4-4198-9a38-734873b9fa4c",
      "type": "communications_stages",
      "attributes": {
        "name": "m9ut6",
        "slug": "m9ut6",
        "description": "Et rerum sit dignissimos.",
        "position": 4,
        "created_at": "2025-09-26T17:24:20.589-07:00",
        "updated_at": "2025-09-26T17:24:20.589-07:00"
      }
    },
    {
      "id": "d984733b-5e5d-4cb1-9cce-ae52a008e2c3",
      "type": "communications_stages",
      "attributes": {
        "name": "2ri0p",
        "slug": "2ri0p",
        "description": "Velit dolores veniam odio.",
        "position": 5,
        "created_at": "2025-09-26T17:24:20.595-07:00",
        "updated_at": "2025-09-26T17:24:20.595-07:00"
      }
    },
    {
      "id": "c0d186af-70c3-45a2-a6bb-7979349f7bda",
      "type": "communications_stages",
      "attributes": {
        "name": "jbt4v",
        "slug": "jbt4v",
        "description": "Ut sunt consequatur commodi.",
        "position": 6,
        "created_at": "2025-09-26T17:24:20.600-07:00",
        "updated_at": "2025-09-26T17:24:20.600-07:00"
      }
    },
    {
      "id": "b4e69717-8d7a-42fa-8668-ea7ba5d00227",
      "type": "communications_stages",
      "attributes": {
        "name": "dbfl9",
        "slug": "dbfl9",
        "description": "Odio maiores perspiciatis sed.",
        "position": 7,
        "created_at": "2025-09-26T17:24:20.606-07:00",
        "updated_at": "2025-09-26T17:24:20.606-07:00"
      }
    },
    {
      "id": "b1441d0c-9b13-4842-9807-91881ad13720",
      "type": "communications_stages",
      "attributes": {
        "name": "lxg82",
        "slug": "lxg82",
        "description": "Ut aliquam vero accusantium.",
        "position": 8,
        "created_at": "2025-09-26T17:24:20.611-07:00",
        "updated_at": "2025-09-26T17:24:20.611-07:00"
      }
    },
    {
      "id": "261625cc-0a05-460b-9df6-9c3172b01a95",
      "type": "communications_stages",
      "attributes": {
        "name": "zqtw1",
        "slug": "zqtw1",
        "description": "Perspiciatis ducimus et dolorem.",
        "position": 9,
        "created_at": "2025-09-26T17:24:20.617-07:00",
        "updated_at": "2025-09-26T17:24:20.617-07:00"
      }
    },
    {
      "id": "f752770d-fc1b-43bd-906c-1ae94fb52d50",
      "type": "communications_stages",
      "attributes": {
        "name": "2nnjq",
        "slug": "2nnjq",
        "description": "Autem qui est et.",
        "position": 10,
        "created_at": "2025-09-26T17:24:20.622-07:00",
        "updated_at": "2025-09-26T17:24:20.622-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

data
object[]
required