List tasks
clio_list_tasksList tasks from Clio Manage with filters for matter, status, priority, due date range, and assignee to efficiently track legal tasks.
Instructions
Lists tasks with optional filters by matter, status, priority, due date range, and assignee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_id | No | ||
| assignee_id | No | ||
| status | No | ||
| priority | No | ||
| due_date_start | No | YYYY-MM-DD. | |
| due_date_end | No | YYYY-MM-DD. | |
| limit | No | Max records to return across all pages. Capped by CLIO_MAX_PAGE_SIZE. | |
| page_size | No | Records per Clio API page (default from CLIO_DEFAULT_PAGE_SIZE). |