List activities (time + expense entries)
clio_list_activitiesList time entries and expenses from Clio Manage. Filter by matter, user, date range, or type to get customized records.
Instructions
Lists time entries and expenses. Filter by matter, user, date range, or type. Defaults to a useful field set since a bare GET on activities returns only id + etag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_id | No | MUST be a single int — `matter[id]` is silently ignored. | |
| user_id | No | ||
| type | No | ||
| start_date | No | YYYY-MM-DD. | |
| end_date | No | YYYY-MM-DD. | |
| non_billable | No | ||
| billed | No | ||
| fields | No | ||
| 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). |