Review account mappings
list_account_mappingsReview account-to-cost-centre mapping status and deterministic suggestions for an entity. This is status-only: it returns account names, types, target names, confidence, reasons, and balance-bearing booleans, but never debit, credit, balance, or any rupee amount. Always present the rows grouped by confidence tier and target, state exact counts, flag every medium/low-confidence row, and show the two distinct completion counts: unmapped_total and unmapped_with_balance. Do not call either count pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1). | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| page_size | No | Rows per page (default 100, max 200). | |
| name_patterns | No | Return accounts whose code or name contains at least one of these case-insensitive patterns. | |
| unmapped_only | No | Return only accounts that still need a centre mapping. | |
| balance_bearing_only | No | Return only accounts that carry a balance, without returning the balance itself. |