External DocumentationTo learn more, visit the ClickUp documentation.
Actions
Get Lists
View the Lists within a Folder.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Folder ID | The ID of the folder. |
| Space ID | The ID of the space. |
| Team ID | The ID of the team (Workspace team type). |
| Parameter | Description |
|---|---|
| Archived | Get archived lists. |
{
"id": "<string>",
"name": "<string>",
"orderindex": 3,
"status": null,
"priority": null,
"assignee": null,
"task_count": 30,
"due_date": null,
"start_date": null,
"folder": {
"id": "<string>",
"name": "<string>",
"hidden": false,
"access": true
},
"space": {
"id": "<string>",
"name": "<string>",
"access": true
},
"archived": false,
"override_statuses": false,
"permission_level": "<string>"
}
Was this page helpful?