list_daybook_transactions
Retrieve manual journal entries filtered by state and entry date range. Manage daybook transactions in Billy.
Instructions
List daybook transactions (manual journal entries) in Billy, filterable by state and entry date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search description/extendedDescription/voucherNo — header fields ONLY, does NOT search line text (use list_postings text filter for line-level search) | |
| page | No | Page number (1-based) | |
| state | No | Filter by transaction state | |
| pageSize | No | Records per page (max 1000, default 50) | |
| maxEntryDate | No | Entry date <= this (YYYY-MM-DD) | |
| minEntryDate | No | Entry date >= this (YYYY-MM-DD) | |
| sortProperty | No | Sort by: priority, entryDate, createdTime | |
| sortDirection | No | Sort direction |