clickup_get_view
Retrieve a single view's complete configuration, including grouping, sorting, filters, and columns. Use this to inspect a view before updating it or to confirm its parent hierarchy.
Instructions
Get the full configuration of a single task or page view.
The information returned varies by view type; this always includes the
seven shared config blocks (grouping/divide/sorting/filters/columns/
team_sidebar/settings) needed as the starting point for clickup_update_view.
When to Use:
Inspecting a view's current config before updating it.
Confirming a view's parent Hierarchy level (id + type) prior to a
clickup_update_viewcall, which requires re-sendingparent_id/parent_type.
When NOT to Use:
Listing every view at a location — use
clickup_get_team_views/clickup_get_space_views/clickup_get_folder_views/clickup_get_list_views.Listing the tasks a view shows — use
clickup_get_view_tasks.
Returns: Markdown (default, includes a JSON config block) or full JSON.
Examples: params = {"view_id": "abc123"}
Error Handling: 404 means the view id is wrong or the view was deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |