freshbooks_list_invoices
List invoices from your FreshBooks account, using pagination and raw filters to find specific invoices by client, line items, or custom criteria.
Instructions
List invoices for the authenticated FreshBooks account. Supports pagination and raw FreshBooks filter params. Returns items plus page/pages/total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number | |
| search | No | Raw FreshBooks filter params passed through verbatim, e.g. {"search[customerid]": 123} or {"include[]": "lines"}. Field names are not validated. | |
| per_page | No | Results per page (max 100) |