Execute snapshot on multiple sources in parallel.
Supports both incremental (default) and blocking snapshot types via the snapshot_type field:
Supports two modes for source selection:
Returns partial success results - continues processing even if individual snapshots fail (e.g. 409 when a snapshot is already running for a source).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for bulk snapshot operations with configurable snapshot type.
List of entity IDs to perform the action on. Omit if using select_all=true.
If true, select all entities matching the filters
Optional filters when select_all=true
Type of snapshot to execute. 'incremental' (default) uses watermarking while streaming continues. 'blocking' pauses streaming during snapshot — required for keyless tables.
incremental, blocking