---
title: "List Channels"
method: GET
path: "/channel"
tags: ["Channel"]
---

# List Channels

`GET /channel`

Retrieve a list of channels

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `type` string
- `name` string
- `handle` string
- `status` string
- `active` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- Channel[]
  - `id` string, uuid — Channel ID
  - `created_at` string, timestamp with time zone — Channel creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `type` 'email' | 'sms' | 'whatsapp' | 'instagram' | 'facebook' | 'google_business_messaging' | 'postal', public.channel_type — Channel type
  - `name` string, text, nullable — Name of channel
  - `handle` string, text, nullable — Channel handle
  - `status` 'draft' | 'in-review' | 'rejected' | 'active' | 'inactive', public.channel_status — Status of channel
  - `active` boolean, nullable — Is channel active?

---

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