list_bank_lines
Retrieve imported bank lines with optional filters by account, date range, and match status. Date and match filters are applied client-side inside the fetched page.
Instructions
List imported bank lines. Date and matched filters are applied client-side within the fetched page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| matched | No | true = only lines with a match, false = only unmatched (client-side) | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| pageSize | No | Records per page (max 1000, default 50) | |
| accountId | No | Filter by bank account ID (server-side) | |
| maxEntryDate | No | Entry date <= this (client-side, within page) | |
| minEntryDate | No | Entry date >= this (client-side, within page) |