---
title: "List all channels"
method: GET
path: "/channels"
tags: ["Channels"]
---

# List all channels

`GET /channels`

Lists all channels in workspace. You can specify a limit of objects to be returned in one response, as well as set a *next* or *previous* value to navigate through the object stream. Objects are sorted descendingly by their *created_at* value. Please mind, you can only specify *next* or *previous* at once.

## Query parameters

- `after` string, nullable
- `before` string, nullable
- `limit` integer

## Response `200`

OK

- PAMessageChannelConfigPagedDocsExample
  - `url` string
  - `results` union[]
    - union
      - MESSAGECHANNELSMS
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `phone_number` string — The phone number of the SMS channel
        - `type` 'sms'
      - MESSAGECHANNELMAIL
        - `email_address` string — The email address of the mail channel
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `type` 'mail'
      - MESSAGECHANNELGOOGLEBUSINESSMESSAGING
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `type` 'google_business_messaging'
      - MESSAGECHANNELWHATSAPP
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `phone_number` string — The phone number of the WhatsApp channel
        - `type` 'whats_app'
        - `whats_app_business_account_id` string — The WhatsApp Business Account ID connected to the channel
      - MESSAGECHANNELFACEBOOKMESSENGER
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `type` 'facebook_messenger'
      - MESSAGECHANNELINSTAGRAM
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `type` 'instagram'
      - MESSAGECHANNELTELEGRAM
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `type` 'telegram'
      - MESSAGECHANNELLIVECHAT
        - `id` string — The ID of the channel configuration
        - `inbox` PAInboxDTO
          - `id` string — The ID of the inbox
          - `name` string — The name of the inbox
          - `url` string — The URL of the inbox resource
        - `name` string — The display name of the channel
        - `type` 'live_chat'
  - `pagination` Pagination
    - `next_cursor` string, nullable
    - `previous_cursor` string, nullable
    - `next_url` string, nullable
    - `previous_url` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
