get_unreconciled_splits
Retrieve unreconciled splits from a GnuCash account, filter by as-of-date, page results, and choose compact or 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 structured 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 false (default), compact text output — optimized for reading and token efficiency. If true, structured JSON, for when you need machine-readable fields rather than a report. 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 |