clickup_get_workspace_plan
Retrieve the subscription plan of a ClickUp workspace to confirm Enterprise access for audit logs and privacy settings.
Instructions
Report the current subscription plan of a Workspace.
When to Use:
To check whether the Workspace is on Enterprise before calling
clickup_query_audit_logs/clickup_update_privacy_and_accessor other Enterprise-only endpoints.
When NOT to Use:
To see seat usage — use
clickup_get_workspace_seats.
Returns: The plan name and numeric plan id.
Examples:
params = {}
params = {"team_id": "9008", "response_format": "json"}
Error Handling:
404 → unknown team id; 401 → bad token. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |