clickup_space_list
Retrieve all spaces within a ClickUp workspace to organize folders, lists, and tasks. Returns space IDs, names, and status for efficient workspace navigation.
Instructions
List all spaces in a ClickUp workspace. Spaces are the top-level containers below the workspace and hold folders, lists, and tasks. Returns a compact array of space objects (id, name, private, archived). Use clickup_folder_list or clickup_list_list with a space_id to drill down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | true = include archived spaces in the result; false or omitted = only active spaces. Defaults to false. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config (defaults.workspace_id). |