Search Invoices
search_invoicesRetrieve sorted, paginated invoices and apply a local customer-name substring filter.
Instructions
List invoices, sorted and paginated. NOTE: Service Fusion's /invoices endpoint documents no server-side filters — customer_name, if provided, is applied as a client-side substring match against the fetched page, not a server-side query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1). | |
| sort | No | Sort field, prefix '-' for descending. Default: '-date'. | |
| per_page | No | Results per page (default: 20, max: 50). | |
| customer_name | No | Client-side substring filter on the customer field (case-insensitive). Not sent to the API. |