---
title: "List Channels"
method: GET
path: "/channels/{platform}"
tags: ["channels"]
---

# List Channels

`GET /channels/{platform}`

## Path parameters

- `platform` 'slack' | 'teams' | 'web', required — A supported chat platform. Values align with ``integration_instances.type`` so a chat install's platform and its integration row stay in lockstep.

## Query parameters

- `integration_id` string, nullable — Chat integration instance to scope inventory to.
- `query` string, nullable — Case-insensitive channel-name substring.
- `page` integer — Page number.
- `limit` integer — Maximum channels returned per page.

## Response `200`

Successful Response

- ListChatPlatformChannelsResponse
  - `channels` ChatPlatformChannelResponse[], required
    - `channel_id` string, required
    - `display_name` string, required
    - `platform` 'slack' | 'teams' | 'web', required — A supported chat platform. Values align with ``integration_instances.type`` so a chat install's platform and its integration row stay in lockstep.
    - `integration_id` string, nullable, required
  - `count` integer, required
  - `next` integer, nullable, required
  - `prev` integer, nullable, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
