list_spaces
Retrieve all Spaces in a ClickUp Workspace, including IDs, names, privacy settings, and enabled features, to discover a space_id for further operations.
Instructions
List all Spaces in a Workspace, with each Space's id, name, privacy and enabled features. Spaces are the top level of the ClickUp hierarchy (Space → Folder → List → Task). Use to discover a space_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| archived | No | If true, include archived Spaces. Defaults to false. |