get_view_tasks
Retrieve tasks from a ClickUp view, applying its filters and sorting, with pagination support.
Instructions
Get the tasks visible in a View, with the View's own filters and sorting applied, paginated. Returns the task list. Use this to read tasks exactly as a saved View shows them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ID of the View to read tasks from. | |
| page | No | 0-based page number for pagination. Defaults to 0. |