clickup_chat_channel_list
List all ClickUp Chat channels in a workspace to view active conversations and channel details. Use this tool to monitor team discussions and access channel information.
Instructions
List all ClickUp Chat channels in a workspace that the authenticated user can see. Uses v3 cursor pagination. Returns an array of channel objects (id, name, visibility, topic, last_message_at). Use clickup_chat_channel_create to create new channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_closed | No | true = include archived/closed channels in the result; false or omitted = only active channels. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |