Skip to main content
GET
List recorded reconciliation runs (audit trail)
Returns the tenant’s recorded reconciliation runs, newest first — when each check ran, who ran it, and whether it tied out (total_discrepancies == 0). Runs are recorded by Run and Record Reconciliation; the plain reconciliation report leaves no trace here.

Query Parameters

Example Request

Response

Run Fields

The list carries summaries only. To see what a run actually found, fetch it with Get Reconciliation Run, which returns the discrepancy rows persisted at record time.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

limit
integer
default:50
Required range: x <= 200

Response

The recorded runs.

data
object[]