list_invoices
Search and filter invoices by status, contact, invoice number, or custom Xero filter expressions with pagination and ordering.
Instructions
List/search invoices in an org. Filter by status, contact, invoice number, or a raw Xero filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Org to target: a tenantId, a tenant-name substring, or an alias from XERO_ORG_ALIASES. Defaults to the first connected org. | |
| statuses | No | ||
| contactIds | No | ||
| invoiceNumbers | No | ||
| where | No | Raw Xero filter expression. | |
| order | No | e.g. "DueDate ASC". | |
| page | No | Page number (100/page). |