clickup_chat_channel_get
Retrieve metadata for a ClickUp chat channel including name, description, visibility, member count, and latest activity to understand channel structure and status.
Instructions
Fetch metadata for a single ClickUp chat channel — name, description, visibility, member count, latest activity. Does not return the messages themselves; use clickup_chat_message_list for that. Returns the channel object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID of the channel to fetch. Obtain from clickup_chat_channel_list (field: id). | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |