clickup_get_folderless_lists
List all lists that reside directly in a ClickUp space, skipping folder organization. Useful for spaces without folders to enumerate active or archived lists with pagination support.
Instructions
List the Lists that live directly inside a Space (no Folder).
When to Use:
Enumerating Lists in a Space that is not organized into Folders.
When NOT to Use:
The Space uses Folders — use
clickup_get_listsper Folder instead.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 folderless List in the Space in one response; this
tool then windows the result with limit/offset, reporting has_more
and the next offset when applicable.
Examples: params = {"space_id": "67890"} params = {"space_id": "67890", "archived": True}
Error Handling: 404 means space_id does not exist or is not accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |