Skip to main content
POST
Execute Parallel Snapshot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Execute Snapshot Body

source_id
string
required
topic_names
string[] | null
additional_conditions
AdditionalCondition · object[] | null
surrogate_keys
SurrogateKeySpec · object[] | null

Per-table surrogate key(s) for parallel filtered snapshots (ENG-2474): the indexed column(s) to range over instead of the PK. Distinct from the source-wide surrogate_key below (incremental / blocking path).

surrogate_key
string | null

Column name to use as surrogate primary key for all tables during snapshot chunking. Useful for tables without primary keys or when a more efficient column exists for chunking.

Response

Successful Response