list_postings
List individual debit/credit entries from the ledger with filters for account, date range, void status, and text.
Instructions
List ledger postings (individual debit/credit entries). For balances/aggregates use get_account_balances instead. Date/void/text filters are applied client-side within the fetched page — narrow with accountId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| text | No | Substring match on posting text — searches LINE-LEVEL text (client-side, within page) | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| isVoided | No | Filter by voided status (client-side, within page) | |
| pageSize | No | Records per page (max 1000, default 50) | |
| accountId | No | Filter by account ID (server-side) | |
| maxEntryDate | No | Posting date <= this (client-side, within page) | |
| minEntryDate | No | Posting date >= this (client-side, within page) |