List vouchers
reai_list_vouchersList vouchers (bilag) with their postings for a given date range, defaulting to the current year. Retrieve dated debit and credit entries essential for Norwegian bookkeeping.
Instructions
List vouchers (bilag) in a date range, each with its postings. A voucher is the atomic unit of Norwegian bookkeeping: a dated, balanced set of debit and credit postings. Defaults to the current calendar year if no dates are given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | Inclusive end date. Defaults to today. | |
| tenantId | No | ReAI tenant (company) id. Omit to use the active tenant — set one with reai_use_tenant, or list what this token can reach with reai_whoami. | |
| startDate | No | Inclusive start date. Defaults to 1 January of the current year. | |
| voucherType | No | Filter by how the voucher was created. | |
| registeredBy | No | Filter by the user who registered the voucher. | |
| includeReversed | No | Include reversed vouchers (excluded by default). |