List Folders
View the Folders in a Space.
External Documentation
To learn more, visit the ClickUp documentation.
Basic Parameters
Parameter | Description |
---|---|
Space ID | The ID of the space. |
Team ID | The ID of the team (Workspace team type). |
Advanced Parameters
Parameter | Description |
---|---|
Archived | Get archived folders. |
Example Output
{
"folders": [
{
"id": "457",
"name": "Updated Folder Name",
"orderindex": 0,
"override_statuses": false,
"hidden": false,
"space": {
"id": "789",
"name": "Space Name",
"access": true
},
"task_count": "0",
"lists": []
}
]
}
Workflow Library Example
List Folders with Clickup and Send Results Via Email
Preview this Workflow on desktop