`GET /cli/bank-matches/candidates`. Deterministic scoring (no LLM): for each scanned bank tx, find ledger entries whose matching line is within `tolerance` and `max_days` of the bank amount/date, score the pair, and return the top `limit` after `min_score` filtering.
GET/api/v1/cli/bank-matches/candidates
GET /cli/bank-matches/candidates. Deterministic scoring (no
LLM): for each scanned bank tx, find ledger entries whose
matching line is within tolerance and max_days of the bank
amount/date, score the pair, and return the top limit after
min_score filtering.
Request
Responses
- 200
- 401
Scored candidate matches wrapped in the CLI envelope
Response Headers
X-Request-Id
Diagnostic request ID returned on every response.
Missing or invalid auth
Response Headers
X-Request-Id
Diagnostic request ID returned on every response.