clickup_list_get
Retrieve complete details of a ClickUp list including name, description, statuses, task count, assignees, due date, and parent folder or space.
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). |