get_tasks
Retrieve tasks from a ClickUp list with filters by status, assignee, tag, due date, and custom fields. Paginated results for manageable data access.
Instructions
Get tasks in a List with rich filtering (status, assignees, tags, due/created/updated date ranges, subtasks, custom fields). Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | List ID. | |
| archived | No | ||
| include_closed | No | ||
| page | No | 0-based page. | |
| order_by | No | ||
| reverse | No | ||
| subtasks | No | ||
| statuses | No | ||
| assignees | No | ||
| tags | No | ||
| due_date_gt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| due_date_lt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| date_created_gt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| date_created_lt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| date_updated_gt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| date_updated_lt | No | Date as ISO string, epoch ms, or relative ("tomorrow", "in 3 days", "+2h"). | |
| custom_fields | No | Array of custom-field filters. |