clickup_get_team_views
List all Workspace-wide task and page views with their IDs, names, and types. Use this to discover existing views before retrieving or updating them.
Instructions
List the task and page views defined at the Everything Level of a Workspace.
When to Use:
Discovering existing Workspace-wide views (and their ids) before calling
clickup_get_view,clickup_get_view_tasks, orclickup_update_view.
When NOT to Use:
Views scoped to one Space/Folder/List — use
clickup_get_space_views/clickup_get_folder_views/clickup_get_list_views.
Returns: Markdown (default) or JSON listing of views: id, name, type, parent.
Examples: params = {"team_id": "123"}
Error Handling: 404 means the Workspace (team) id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |