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_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