get_unreconciled_splits
Review unreconciled transactions for an account: paginated list with as-of date filter, full-set summary, and optional count-only or verbose JSON output.
Instructions
Get unreconciled splits for an account.
Leads with a Showing X-Y of Z splits indicator, then one
line per split, then a summary footer reflecting the full
unreconciled set (so the headline is honest even when individual
lines are clipped). Page with offset; limit=0 returns
the count only.
Use verbose=true for full JSON with split GUIDs, amounts, totals,
and the showing indicator as a structured field.
Args: account: Account ref: full path (e.g. 'Assets:Bank:Checking'), %short GUID, or full 32-char GUID as_of_date: Only include splits on or before this date (YYYY-MM-DD) verbose: If true, return full JSON details. Default compact one-line format. limit: Page size (default 50, max 250). 0 = count only. offset: 0-indexed first row to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| account | Yes | ||
| verbose | No | ||
| as_of_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |