clickup_list_get
Retrieve detailed information about a specific ClickUp list, including name, description, statuses, task count, assignees, due dates, and parent folder/space relationships.
Instructions
Fetch the full object for a single ClickUp list — name, content/description, statuses, task_count, assignees, due date, and parent folder/space. Returns the list object. Use clickup_task_list with list_id to enumerate tasks inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the list to fetch. Obtain from clickup_list_list (field: id). |