---
title: "List IM channels in a workspace"
method: GET
path: "/api/workspaces/{id}/im/channels"
tags: ["IM Channels"]
---

# List IM channels in a workspace

`GET /api/workspaces/{id}/im/channels`

## Path parameters

- `id` string, required

## Response `200`

OK

- IMChannelListResponse
  - `channels` IMChannel[], required
    - `bot_id` string, required
    - `bound_at` string, required
    - `id` string, required
    - `provider` string, required
    - `require_mention` boolean
    - `routing_mode` string, required
    - `user_id` string
    - `workspace_id` string, required

## Other responses

- `403` — not a member
- `500` — internal error

---

[API](https://skmtc.net/agentserver/apis/agentserver-api.md) · [All operations](https://skmtc.net/agentserver/apis/agentserver-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentserver/agentserver-api/versions/e8c329825b4e/schema)
