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": "fb2651f3-b5af-4589-98e4-6d712b6ce141",
      "type": "communications_stages",
      "attributes": {
        "name": "s7jdm",
        "slug": "s7jdm",
        "description": "Alias quas blanditiis repellat.",
        "position": 1,
        "created_at": "2026-02-19T12:03:03.497-08:00",
        "updated_at": "2026-02-19T12:03:03.497-08:00"
      }
    },
    {
      "id": "3dd210c5-650d-4d18-8fb0-65f9d1e6e15d",
      "type": "communications_stages",
      "attributes": {
        "name": "l3v13",
        "slug": "l3v13",
        "description": "Doloremque est velit dolores.",
        "position": 2,
        "created_at": "2026-02-19T12:03:03.501-08:00",
        "updated_at": "2026-02-19T12:03:03.501-08:00"
      }
    },
    {
      "id": "0e996142-7cb4-4fb9-ac7a-bc2c2849f5db",
      "type": "communications_stages",
      "attributes": {
        "name": "llmhs",
        "slug": "llmhs",
        "description": "Est minus et non.",
        "position": 3,
        "created_at": "2026-02-19T12:03:03.505-08:00",
        "updated_at": "2026-02-19T12:03:03.505-08:00"
      }
    },
    {
      "id": "5a6487fa-4844-465d-97a7-b1545fc59616",
      "type": "communications_stages",
      "attributes": {
        "name": "67f90",
        "slug": "67f90",
        "description": "Sit alias ad est.",
        "position": 4,
        "created_at": "2026-02-19T12:03:03.509-08:00",
        "updated_at": "2026-02-19T12:03:03.509-08:00"
      }
    },
    {
      "id": "c090bbdd-bc06-40f2-b509-86fa0a3397bb",
      "type": "communications_stages",
      "attributes": {
        "name": "r6jc4",
        "slug": "r6jc4",
        "description": "Minus eos hic consequatur.",
        "position": 5,
        "created_at": "2026-02-19T12:03:03.513-08:00",
        "updated_at": "2026-02-19T12:03:03.513-08:00"
      }
    },
    {
      "id": "a20be499-b55e-40c3-b93a-86537da62dcc",
      "type": "communications_stages",
      "attributes": {
        "name": "c0qpq",
        "slug": "c0qpq",
        "description": "Deleniti odit perspiciatis recusandae.",
        "position": 6,
        "created_at": "2026-02-19T12:03:03.517-08:00",
        "updated_at": "2026-02-19T12:03:03.517-08:00"
      }
    },
    {
      "id": "5b465da6-0e08-48e8-a758-5f5f2e32d4cb",
      "type": "communications_stages",
      "attributes": {
        "name": "4h58x",
        "slug": "4h58x",
        "description": "Vel suscipit recusandae fuga.",
        "position": 7,
        "created_at": "2026-02-19T12:03:03.520-08:00",
        "updated_at": "2026-02-19T12:03:03.520-08:00"
      }
    },
    {
      "id": "f62bb550-fa0f-44dd-bea9-e4f6dd456590",
      "type": "communications_stages",
      "attributes": {
        "name": "fnacp",
        "slug": "fnacp",
        "description": "Et assumenda quam quibusdam.",
        "position": 8,
        "created_at": "2026-02-19T12:03:03.524-08:00",
        "updated_at": "2026-02-19T12:03:03.524-08:00"
      }
    },
    {
      "id": "33194681-7fc2-41c7-9209-6b64b20c8209",
      "type": "communications_stages",
      "attributes": {
        "name": "unbre",
        "slug": "unbre",
        "description": "Ut commodi aut sunt.",
        "position": 9,
        "created_at": "2026-02-19T12:03:03.528-08:00",
        "updated_at": "2026-02-19T12:03:03.528-08:00"
      }
    },
    {
      "id": "6b5bcd6f-9bd2-4960-aba2-64aeacbada94",
      "type": "communications_stages",
      "attributes": {
        "name": "fvetm",
        "slug": "fvetm",
        "description": "Dolorem voluptas deleniti nobis.",
        "position": 10,
        "created_at": "2026-02-19T12:03:03.532-08:00",
        "updated_at": "2026-02-19T12:03:03.532-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
meta
object