List invoices
bexio_list_invoicesRetrieve a paginated list of invoices from bexio, with options to limit, offset, and order results.
Instructions
List invoices from bexio (GET /2.0/kb_invoice). Supports pagination and ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of records (bexio default 500). | |
| offset | No | Number of records to skip. | |
| order_by | No | Field to order by, e.g. `id_desc` or `name_1`. |