Overview

Use the Data Sync Pro REST API to run Pipelines and Executables outside the DSP user interface. Any tool or system that can send an HTTP request can call these endpoints.

Operation Mode Response
Run a PipelineBatchPipeline Execution record ID
Run an ExecutableBatchExecution record ID
Run an ExecutableSyncPer-record processing results

Batch requests submit the execution for asynchronous processing. Sync requests process the records immediately and return the results in the response.