clickup_chat_channel_list
List visible ClickUp Chat channels in a workspace, including active or closed channels. Returns channel id, name, visibility, topic, and last message time.
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. |