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

# Get User Channels

`GET /api/channels`

Get all channels configured by the current user.

## Response `200`

Successful Response

- UserChannelResponse[]
  - `channel_type` string, required — e.g. telegram, feishu
  - `channel_name` string, nullable — User-friendly name
  - `config` object, required — Channel specific configuration
  - `is_active` boolean
  - `id` integer, required
  - `user_id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

---

[API](https://skmtc.net/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.net/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
