Skip to main content
POST
Execute Blocking Snapshot

Authorizations

Authorization
string
header
required

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

Body

application/json

Execute Blocking Snapshot Body.

Blocking snapshots pause streaming during the snapshot operation and use Debezium's initial snapshot process. They are useful for:

  • Snapshotting keyless tables (which incremental snapshots cannot handle)
  • Snapshotting large tables faster than incremental snapshots
  • Adding new tables while the connector is running

Note: additional_conditions filters are not supported for blocking snapshots.

source_id
string
required
topic_names
string[] | null

Response

Successful Response