Get reconciliation agent status

Returns the current status of the reconciliation agent, which automatically creates and refines matching rules. The agent runs automatically when records are uploaded or manually matched — no manual triggering is needed.

get/reconciliations/{id}/agent_status

Path parameters

idstring required

The reconciliation ID

Response

Agent status

status'idle' | 'running' | 'failed'

Current agent status

last_run_atstring date-time nullable

When the agent last ran

reasoningstring nullable

AI reasoning from the last rule analysis

rules_countinteger

Number of active rules on this reconciliation

unmatched_countinteger

Number of unreconciled records across both sides

Changes