List booked invoices
list_booked_invoicesFetch booked invoices in paginated form, specifying page number and batch size to retrieve accounting records.
Instructions
Fetch a page of booked invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch (default 1). | |
| pageSize | No | Number of booked invoices per page (default 100). |