Skip to main content
POST
Create a reconciliation

Authorizations

X-API-KEY
string
header
required

Body

application/json
name
string
required
run_type
enum<string>
default:continuous
Available options:
continuous,
batch
side_a_stream_ids
string[]

IDs of data streams to assign to side A

side_b_stream_ids
string[]

IDs of data streams to assign to side B

Response

Reconciliation created

name
string
required

Human readable name for the reconciliation

id
integer
run_type
enum<string>
default:continuous
Available options:
continuous,
batch
side_a_streams
object[]

Data streams on side A of the reconciliation

side_b_streams
object[]

Data streams on side B of the reconciliation

created_at
string<date-time>
current_run
object | null

The currently pending or running batch run, if any

last_run
object | null

The most recent completed or failed batch run, if any