clickup_get_space_custom_fields
List custom fields available at a Space scope, including inherited from workspace, to audit fields exposed to folders, lists, and tasks.
Instructions
List the Custom Fields available at a Space scope.
Calls GET /space/{space_id}/field, returning fields defined on the Space
plus those inherited from the Workspace.
When to Use:
To audit which fields a Space exposes to its Folders, Lists, and tasks.
When NOT to Use:
To find a field usable on a specific task — use
clickup_get_list_custom_fields.
Returns:
A markdown list of fields (or raw JSON with response_format="json").
Examples:
params = {"space_id": "790"}
Error Handling: 404 means the Space id is wrong; 401/403 point to token or access issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |