---
title: "GET /chat/channels"
method: GET
path: "/chat/channels"
tags: ["ChatChannels"]
---

# GET /chat/channels

`GET /chat/channels`

Get all the channels

## Query parameters

- `fields` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable

## Response `200`

- ChatGetChannelsResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` CommonChannel[], required
    - `id` string, required — Id of channel belonging to workspace
    - `name` string, required — The name of channel in communication app
    - `createdTimestamp` unknown, required

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/revisions/698ea54a2330/schema)
