clickup_space_get
Retrieve detailed information about a specific ClickUp space, including its name, privacy settings, features, and members, to manage workspace organization effectively.
Instructions
Fetch the full object for a single ClickUp space — name, privacy, statuses, features (time tracking, tags, due dates enabled, etc.), and members. Returns the space object. Use clickup_folder_list or clickup_list_list to enumerate the space's contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the space to fetch. Obtain from clickup_space_list (field: id). |