Skip to main content

List Folders

View the Folders in a Space.

External Documentation

To learn more, visit the ClickUp documentation.

Basic Parameters

ParameterDescription
Space IDThe ID of the space.
Team IDThe ID of the team (Workspace team type).

Advanced Parameters

ParameterDescription
ArchivedGet 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

Workflow LibraryPreview this Workflow on desktop