get_reconciliation_status
Shows per-account reconciliation status to identify which accounts are behind, never reconciled, current, dormant, or excluded, including pending split counts.
Instructions
Per-account reconciliation table behind the dashboard's aggregate counts — answers "WHICH accounts are never reconciled / dormant / behind?"
One line per reconcilable account with activity, bucketed
exactly as the dashboard classifies them: behind
(most-behind first, with pending-split counts), never,
current, dormant ($0, fully reconciled, idle), and
excluded (opted out via the account's no_reconcile
slot — the right setting for loans, escrow payables, and
other statement-less accounts: set_account_slot(account,
"no_reconcile", "1"). Reporting-only; reconcile tools still
work on excluded accounts).
Args: verbose: Full JSON rows instead of compact TSV lines. limit: Page size (default 50, max 250). 0 = count only. offset: 0-indexed first row to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |