Skip to main content
POST
Create an ingestion batch

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

table_id
string
required

Summation table receiving the ingested rows.

Minimum string length: 1

Body

application/json
idempotency_key
string
required

Caller-generated key that makes batch creation idempotent for this table.

Required string length: 1 - 255
mode
enum<string>
required

How uploaded rows are applied: append or upsert by business key.

Available options:
APPEND,
UPSERT
source_watermark
string | null

Optional source cursor or timestamp represented by this batch.

Maximum string length: 1024

Response

Successful Response