---
title: "GET /api/v1/channels"
method: GET
path: "/api/v1/channels"
tags: ["Channels"]
---

# GET /api/v1/channels

`GET /api/v1/channels`

## Response `200`

Channel list

- object
  - `channels` object[], required
    - `id` string, required
    - `botId` string, required
    - `channelType` 'slack' | 'discord' | 'feishu' | 'dingtalk' | 'wecom' | 'wechat' | 'telegram' | 'whatsapp' | 'qqbot', required
    - `accountId` string, required
    - `status` 'pending' | 'connected' | 'disconnected' | 'error', required
    - `teamName` string, nullable, required
    - `appId` string, nullable
    - `botUserId` string, nullable
    - `createdAt` string, required
    - `updatedAt` string, required

## Changes

> 31 revisions in range; 1 could not be searched.

- **2026-04-02** `e5a2e2d06dbf` — 3 warning
  - added the new `dingtalk` enum value to the `channels/items/channelType` response property for the response status `200`
  - added the new `qqbot` enum value to the `channels/items/channelType` response property for the response status `200`
  - added the new `wecom` enum value to the `channels/items/channelType` response property for the response status `200`
- **2026-03-26** `cefad9db507d` — 2 warning
  - added the new `telegram` enum value to the `channels/items/channelType` response property for the response status `200`
  - added the new `whatsapp` enum value to the `channels/items/channelType` response property for the response status `200`
- **2026-03-22** `b663242b0fcd` — 1 warning
  - added the new `wechat` enum value to the `channels/items/channelType` response property for the response status `200`
- **2026-03-19** `239b3cc94d80` — 6 info
  - removed the `dingtalk` enum value from the `channels/items/channelType` response property for the response status `200`
  - removed the `qqbot` enum value from the `channels/items/channelType` response property for the response status `200`
  - removed the `telegram` enum value from the `channels/items/channelType` response property for the response status `200`
  - removed the `wechat` enum value from the `channels/items/channelType` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/nexu-io/apis/nexu-controller-api/changes/api/v1/channels/get.md)

---

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