clickup_get_chat_channel
Retrieve metadata of a specific chat channel by ID to confirm its type, visibility, topic, and bound location.
Instructions
Fetch a single Chat channel's metadata by id.
When to Use:
To confirm a channel's type, visibility, topic, or bound location by id.
When NOT to Use:
To list many channels — use
clickup_get_chat_channels.To read its messages — use
clickup_get_chat_messages.
Returns: The channel's name, id, type, visibility, topic, description, and location.
Examples:
params = {"channel_id": "6-901300-8"}
Error Handling:
404 → channel not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |