List postings
reai_list_postingsList ledger postings in a date range with filters by account, voucher, customer, supplier, project, employee, or bank. Check canDelete and lockReasons to see if a posting can still be changed.
Instructions
List individual ledger postings in a date range, with optional filters by account, voucher, customer, supplier, project, employee or bank. Each posting reports canDelete and lockReasons, which tell you whether it can still be changed. Defaults to the current calendar year.
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. | |
| projectId | No | Filter by project. | |
| startDate | No | Inclusive start date. Defaults to 1 January of the current year. | |
| voucherId | No | Filter to one voucher's postings. | |
| customerId | No | Filter by customer. | |
| employeeId | No | Filter by employee. | |
| supplierId | No | Filter by supplier. | |
| accountNumber | No | Filter by chart-of-accounts number. | |
| companyBankId | No | Filter by company bank account. |