list_invoices
Retrieve accounts-receivable invoices filtered by status and invoice-date range to locate invoice IDs or narrow down results.
Instructions
List accounts-receivable invoices, optionally by status and invoice-date range.
Use this to find invoice ids or filter invoices; use `get_invoice` for
one invoice's line items and service period, and
`list_invoice_attachments` for its files. The API has no filters on
this endpoint, so any `status`, `start`, or `end` walks every invoice
before filtering here (`limit` then caps the matches); an unknown
`status` is an error listing the allowed values, before any request.
`slug` (the public pay-page token) is not returned; use
`get_invoice_pdf` (when enabled) for the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Latest invoiceDate, YYYY-MM-DD (inclusive). | |
| limit | No | Maximum invoices to return. | |
| start | No | Earliest invoiceDate, YYYY-MM-DD (inclusive). | |
| entity | Yes | Exact `entity` key from `list_entities`, not its `display_name`. Required; there is no default. | |
| status | No | Restrict to one status (matched case-insensitively). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||