list_chat_channels
List all Chat channels in a ClickUp workspace with their ID, name, type, and visibility. Use to discover channel IDs before reading or sending messages.
Instructions
List the Chat channels in a Workspace (ClickUp Chat v3), with each channel's id, name, type and visibility. Use to discover a channel_id before reading or sending messages. Paginated via cursor/limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| cursor | No | Pagination cursor (the `next_cursor` returned by a previous call). Omit for the first page. | |
| limit | No | Maximum number of items to return in this page. | |
| is_follower | No | If true, only return channels the current user follows. | |
| include_hidden | No | If true, also include hidden channels. |