list_lists
Retrieve all task lists within a specific folder or space in ClickUp, enabling organized project management and streamlined workflow tracking.
Instructions
List all lists in a folder or space
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | No | Folder ID | |
space_id | No | Space ID |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"description": "Folder ID",
"type": "string"
},
"space_id": {
"description": "Space ID",
"type": "string"
}
},
"type": "object"
}