clickup_space_get
Fetch the full details of a specific ClickUp space including name, privacy settings, statuses, enabled features (time tracking, tags, due dates), and members. Returns the space object.
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). |