---
title: "GET /api/v1/channels/{channelId}/status"
method: GET
path: "/api/v1/channels/{channelId}/status"
tags: ["Channels"]
---

# GET /api/v1/channels/{channelId}/status

`GET /api/v1/channels/{channelId}/status`

## Path parameters

- `channelId` string, required

## Response `200`

Channel status

- object
  - `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

## Other responses

- `404` — Not found

## Changes

- **2026-04-02** `e5a2e2d06dbf` — 3 warning
  - added the new `dingtalk` enum value to the `channelType` response property for the response status `200`
  - added the new `qqbot` enum value to the `channelType` response property for the response status `200`
  - added the new `wecom` enum value to the `channelType` response property for the response status `200`
- **2026-03-26** `cefad9db507d` — 2 warning
  - added the new `telegram` enum value to the `channelType` response property for the response status `200`
  - added the new `whatsapp` enum value to the `channelType` response property for the response status `200`
- **2026-03-22** `b663242b0fcd` — 1 warning
  - added the new `wechat` enum value to the `channelType` response property for the response status `200`
- **2026-03-19** `239b3cc94d80` — 6 info
  - removed the `dingtalk` enum value from the `channelType` response property for the response status `200`
  - removed the `qqbot` enum value from the `channelType` response property for the response status `200`
  - removed the `telegram` enum value from the `channelType` response property for the response status `200`
  - removed the `wechat` enum value from the `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/:channelId/status/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)
