---
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', 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

- **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/fecc80c70f2c/schema)
