clickup_get_lists
Retrieve all lists inside a specific folder. Supports pagination and optional archived view.
Instructions
List the Lists that belong to a Folder.
When to Use:
Enumerating every List inside a specific Folder.
When NOT to Use:
The Space has no Folders — use
clickup_get_folderless_lists.You already have the list_id and need full detail — use
clickup_get_list.
Returns:
Markdown (default) or JSON per response_format.
Pagination:
ClickUp returns every List belonging to the Folder in one response; this
tool then windows the result with limit/offset to keep responses
small, reporting has_more and the next offset when applicable.
Examples: params = {"folder_id": "12345"} params = {"folder_id": "12345", "archived": True, "limit": 50}
Error Handling: 404 means folder_id does not exist or is not accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |