List documents
clio_list_documentsList documents within a legal matter or folder, with filters for name substring search and pagination settings.
Instructions
Lists documents in a matter or folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matter_id | No | ||
| parent_id | No | Folder id to list contents of. | |
| query | No | Name-substring search. | |
| 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). |