clickup_view_tasks
Retrieve filtered and organized tasks from a specific ClickUp view to access work items with applied sorting and grouping.
Instructions
Fetch the tasks currently visible in a ClickUp view, honouring the view's configured filters, sort order, and grouping. Returns a paginated array of task objects. Use clickup_view_list to discover view IDs and clickup_view_get for the view's definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-indexed page number (default 0). Each page returns up to 30 tasks; increment to paginate. | |
| view_id | Yes | ID of the view to read tasks from. Obtain from clickup_view_list (field: id). |