get_folders
Retrieve all folders within a specified ClickUp space to organize and access project structures and content.
Instructions
Get all folders in a space
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ClickUp space ID |
Input Schema (JSON Schema)
{
"properties": {
"space_id": {
"description": "ClickUp space ID",
"type": "string"
}
},
"required": [
"space_id"
],
"type": "object"
}