List bills
clio_list_billsRetrieve bills filtered by matter, client, state, or issued-date range for efficient billing management.
Instructions
Lists bills with optional filtering by matter, client, state, or issued-date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_id | No | ||
| client_id | No | ||
| state | No | ||
| issued_since | No | ISO 8601. | |
| 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). |