Get Lists
View the Lists within a Folder.
External Documentation
To learn more, visit the ClickUp documentation.
Basic Parameters
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). |
Advanced Parameters
Parameter | Description |
---|---|
Archived | Get archived lists. |
Example Output
{
"lists": [
{
"id": "124",
"name": "Updated List Name",
"orderindex": 1,
"content": "Updated List Content",
"status": {
"status": "red",
"color": "#e50000",
"hide_label": true
},
"priority": {
"priority": "high",
"color": "#f50000"
},
"assignee": null,
"task_count": null,
"due_date": "1567780450202",
"start_date": null,
"folder": {
"id": "456",
"name": "Folder Name",
"hidden": false,
"access": true
},
"space": {
"id": "789",
"name": "Space Name",
"access": true
},
"archived": false,
"override_statuses": false,
"permission_level": "create"
}
]
}
Workflow Library Example
Get Lists with Clickup and Send Results Via Email
Preview this Workflow on desktop