List quotes / offers
bexio_list_quotesRetrieve a paginated list of quotes from bexio. Control the number of results and sort order using limit, offset, and order_by parameters.
Instructions
List quotes / offers from bexio (GET /2.0/kb_offer). 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`. |