get_tasks
Retrieve tasks from a ClickUp list with optional filters for status, assignees, tags, due dates, and more. Filter, sort, and paginate results to find exactly the tasks you need.
Instructions
Get tasks from a list with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed) | |
| tags | No | Filter by tag names | |
| list_id | Yes | The list ID | |
| reverse | No | Reverse order | |
| archived | No | ||
| order_by | No | Field to order by: id, created, updated, due_date | |
| statuses | No | Filter by status names | |
| subtasks | No | Include subtasks | |
| assignees | No | Filter by assignee user IDs | |
| due_date_gt | No | Due date greater than (Unix ms) | |
| due_date_lt | No | Due date less than (Unix ms) | |
| custom_fields | No | JSON-encoded array of custom field filters | |
| include_closed | No | Include closed tasks | |
| date_created_gt | No | Created after (Unix ms) | |
| date_created_lt | No | Created before (Unix ms) | |
| date_updated_gt | No | Updated after (Unix ms) | |
| date_updated_lt | No | Updated before (Unix ms) |