clickup_list_list
Retrieve ClickUp lists from a specific folder or space to view task organization. Returns list details including name, ID, task count, and archived status for project management.
Instructions
List ClickUp lists under either a folder or a space (folderless lists). Exactly one of folder_id or space_id must be provided. Returns a compact array of list objects (id, name, task_count, archived). Use clickup_task_list to drill into a specific list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | true = include archived lists; false or omitted = only active lists. Defaults to false. | |
| folder_id | No | ID of the parent folder. Obtain from clickup_folder_list (field: id). Mutually exclusive with space_id. | |
| space_id | No | ID of a space — returns only the folderless lists attached directly to the space. Obtain from clickup_space_list (field: id). Mutually exclusive with folder_id. |