accounting_invoices_list
Retrieve filtered customer invoice headers by customer, job, date, amount, balance, review status, or assignee. Use this to find invoices matching specific criteria without estimates or line items.
Instructions
List one requested page of customer invoice headers using customer, job, business-unit, invoice, date, amount, balance, review, and assignment filters. Use this for filtered invoice search; use estimates or invoice-item tools when the required grain is an estimate or individual line item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited invoice IDs | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn, Number, InvoicedOn, DueDate, Total, Balance | |
| jobId | No | Job ID | |
| number | No | Invoice number | |
| batchId | No | Batch ID | |
| orderBy | No | Order by field | |
| pageSize | No | Records per page (default 50) | |
| statuses | No | Invoice statuses | |
| jobNumber | No | Job number | |
| totalLess | No | Maximum invoice total | |
| customerId | No | Customer ID | |
| batchNumber | No | Batch number | |
| includeTotal | No | Include total count in response | |
| totalGreater | No | Minimum invoice total | |
| assignedToIds | No | Assignee user IDs | |
| createdBefore | No | ||
| dueDateBefore | No | Due date before RFC3339 date-time | |
| adjustmentToId | No | Adjusted invoice ID | |
| businessUnitId | No | Business unit ID | |
| modifiedBefore | No | ||
| reviewStatuses | No | Review statuses | |
| createdOnOrAfter | No | ||
| dueDateOnOrAfter | No | Due date on or after RFC3339 date-time | |
| invoicedOnBefore | No | Invoiced on or before RFC3339 date-time | |
| orderByDirection | No | Order direction: asc|desc | |
| customFieldFields | No | Custom field name/value filters | |
| invoicedOnOrAfter | No | Invoiced on or after RFC3339 date-time | |
| modifiedOnOrAfter | No | ||
| customFieldOperator | No | Operator for custom field filters | |
| balanceFilterBalance | No | Balance filter value | |
| balanceFilterComparer | No | Balance comparison operator |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||