Bulk Parallel Snapshot Sources
Execute Fast Parallel (parallel-chunk) snapshot on multiple sources.
Mirrors the per-source POST /sources/execute_parallel_snapshot semantics
fanned out across all targeted sources: seeds user intent into
Mongo.sources.snapshotting_tables; the in-process orchestrator picks up
on its next cycle. No KC signal-table writes, no row/table locks.
Supports two modes for source selection:
- Explicit IDs: Pass a list of source IDs
- Select all: Set select_all=true with optional filters
Returns partial-success results — continues even when individual sources
fail (e.g. regex source with no table.include.list).
/sources/bulk/parallel-snapshotAuthorizationBearer token · headerrequiredapplication/jsonidsstring[] | nullList of entity IDs to perform the action on. Omit if using select_all=true.
Show propertiesHide properties
stringstringnullselect_allbooleanIf true, select all entities matching the filters
filtersBulkSelectionFilter | nullOptional filters when select_all=true
Show propertiesHide properties
source_idstring | nullFilter by source ID (for pipelines/destinations)
Show propertiesHide properties
stringnulldestination_idstring | nullFilter by destination ID (for pipelines/destinations)
Show propertiesHide properties
stringnullnullSuccessful Response
resultsBulkOperationResult[]requiredDetailed results for each entity
Show propertiesHide properties
BulkOperationResultidstringrequiredEntity ID
successbooleanrequiredWhether the operation succeeded
messagestring | nullSuccess message or error details
Show propertiesHide properties
stringnulldataobject | nullOptional data returned by the operation
Show propertiesHide properties
objectnullsummaryBulkOperationSummaryrequiredSummary statistics for a bulk operation.
Show propertiesHide properties
totalintegerrequiredTotal number of entities processed
succeededintegerrequiredNumber of successful operations
failedintegerrequiredNumber of failed operations
Validation Error
detailValidationError[]Show propertiesHide properties
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
string | integerstringintegermsgstringrequiredtypestringrequiredinputanyctxobject