clickup_get_space
Retrieve full details of a ClickUp Space, including its statuses and ClickApp settings. Use to inspect a Space before updating or to confirm its existence.
Instructions
Fetch full detail for a single Space, including its status workflow and ClickApp toggles.
When to Use:
Inspecting a Space's current statuses/features before calling
clickup_update_space.Confirming a Space exists and getting its exact name/id.
When NOT to Use:
To enumerate all Spaces in a Workspace (use
clickup_get_spaces).
Returns: A markdown detail block (or JSON) with id, private, multiple_assignees, the full statuses array, and which ClickApps are enabled/disabled.
Examples: params = {"space_id": "90130012345"}
Error Handling: 404 means the space_id does not exist or the token can't see it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |