Skip to main content
GET
/
v1
/
communications
/
stages
Lists communications stages
curl --request GET \
  --url https://api.rootly.com/v1/communications/stages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "b1646868-f0ea-4c04-9493-9a5c164870d2",
      "type": "communications_stages",
      "attributes": {
        "name": "fjm9y",
        "slug": "fjm9y",
        "description": "Expedita tenetur distinctio praesentium.",
        "position": 1,
        "created_at": "2025-12-19T18:14:19.014-08:00",
        "updated_at": "2025-12-19T18:14:19.014-08:00"
      }
    },
    {
      "id": "899163cf-99ff-4b52-b48d-38f018c0a410",
      "type": "communications_stages",
      "attributes": {
        "name": "nmga5",
        "slug": "nmga5",
        "description": "Dolorem sunt qui veniam.",
        "position": 2,
        "created_at": "2025-12-19T18:14:19.019-08:00",
        "updated_at": "2025-12-19T18:14:19.019-08:00"
      }
    },
    {
      "id": "f84d6273-2e2b-4bf4-aabc-c901746be20b",
      "type": "communications_stages",
      "attributes": {
        "name": "quuhb",
        "slug": "quuhb",
        "description": "Mollitia totam animi quia.",
        "position": 3,
        "created_at": "2025-12-19T18:14:19.025-08:00",
        "updated_at": "2025-12-19T18:14:19.025-08:00"
      }
    },
    {
      "id": "f21d3e30-180e-4059-bdd2-58545f460d3a",
      "type": "communications_stages",
      "attributes": {
        "name": "mawo1",
        "slug": "mawo1",
        "description": "Ipsum molestias illo iste.",
        "position": 4,
        "created_at": "2025-12-19T18:14:19.030-08:00",
        "updated_at": "2025-12-19T18:14:19.030-08:00"
      }
    },
    {
      "id": "5793bc8e-df86-445e-9864-b96f51b6555e",
      "type": "communications_stages",
      "attributes": {
        "name": "bajbk",
        "slug": "bajbk",
        "description": "Nisi optio et repellat.",
        "position": 5,
        "created_at": "2025-12-19T18:14:19.036-08:00",
        "updated_at": "2025-12-19T18:14:19.036-08:00"
      }
    },
    {
      "id": "e0396605-1b2c-49d6-8418-389272bdd19e",
      "type": "communications_stages",
      "attributes": {
        "name": "hg0aj",
        "slug": "hg0aj",
        "description": "Libero modi est dolores.",
        "position": 6,
        "created_at": "2025-12-19T18:14:19.041-08:00",
        "updated_at": "2025-12-19T18:14:19.041-08:00"
      }
    },
    {
      "id": "2f740eff-2b4a-452c-99b5-b8819da31b5e",
      "type": "communications_stages",
      "attributes": {
        "name": "bcipr",
        "slug": "bcipr",
        "description": "Reiciendis occaecati quaerat eveniet.",
        "position": 7,
        "created_at": "2025-12-19T18:14:19.047-08:00",
        "updated_at": "2025-12-19T18:14:19.047-08:00"
      }
    },
    {
      "id": "1b9b9af0-d625-4d7b-8508-6bfbd5a37d14",
      "type": "communications_stages",
      "attributes": {
        "name": "7zdr6",
        "slug": "7zdr6",
        "description": "Quis eligendi nobis odio.",
        "position": 8,
        "created_at": "2025-12-19T18:14:19.053-08:00",
        "updated_at": "2025-12-19T18:14:19.053-08:00"
      }
    },
    {
      "id": "ca35e5d8-2e28-49ab-a5a8-919cfa34f04d",
      "type": "communications_stages",
      "attributes": {
        "name": "pewuv",
        "slug": "pewuv",
        "description": "Molestias et veniam est.",
        "position": 9,
        "created_at": "2025-12-19T18:14:19.059-08:00",
        "updated_at": "2025-12-19T18:14:19.059-08:00"
      }
    },
    {
      "id": "d443f463-52f7-4071-9188-6ff46fed21e5",
      "type": "communications_stages",
      "attributes": {
        "name": "6ceg6",
        "slug": "6ceg6",
        "description": "Esse architecto cum id.",
        "position": 10,
        "created_at": "2025-12-19T18:14:19.067-08:00",
        "updated_at": "2025-12-19T18:14:19.067-08: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