clickup_get_team_views
Lists all Everything-Level views (task and page) of a Workspace by team ID, returning view IDs, names, and types needed for subsequent operations like getting view details or tasks.
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 |