clickup_view_get
Fetch the full definition of a ClickUp view including its name, type, filters, grouping, and layout to understand its structure and configuration.
Instructions
Fetch the full definition of a single ClickUp view — name, type (list/board/calendar/gantt/etc.), parent scope, filters, grouping, sort order, and column layout. Does not return the tasks inside the view; use clickup_view_tasks for that. Returns the view object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ID of the view to fetch. Obtain from clickup_view_list (field: id). |