clickup_get_team_custom_fields
List all Workspace-scoped Custom Fields for a given Workspace ID to inventory organization-wide fields shared across Spaces.
Instructions
List the Workspace-scoped Custom Fields.
Calls GET /team/{team_id}/field (ClickUp names the Workspace team_id),
returning only fields defined at the top Workspace level.
When to Use:
To inventory the organisation-wide Custom Fields shared across every Space.
When NOT to Use:
To find a field usable on a specific task — use
clickup_get_list_custom_fields, which also surfaces inherited fields.
Returns:
A markdown list of fields (or raw JSON with response_format="json").
Examples:
params = {"team_id": "9007200144"}
Error Handling: 404 means the Workspace 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 |