Skip to main content
GET
Fetch a single run with its snapshot

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant. Send client_id:client_secret as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for one hour (configurable). Decode them at jwt.io.

Path Parameters

id
string<uuid>
required

Response

Full run

object
enum<string>
required
Available options:
reconciliation_run
id
string<uuid>
required
source
string
required
source_id
string<uuid>
required
status
enum<string>
required
Available options:
running,
ready,
completed
matched_count
integer
required
unmatched_count
integer
required
created_at
string<date-time>
required
external_reference
string | null
matched
object[]
unmatched_external
object[]
unmatched_internal
object[]