v1

latestOpenAPI 3.0.02026-07-23589.6 KB

Start a new job.

Starts a new asynchronous job for a specific Integration Flow. The identifier is the unique ID of the Integration Flow, and version is its specific version. This endpoint only accepts rules of type IntegrationFlow.

post/start/{identifier}/{version}

Path parameters

identifierstring required

The unique identifier of the Integration Flow.

versionstring

The specific version of the Integration Flow. If not provided, the latest published version is used.

Request body

object required

A JSON object containing the input data for the job.

Response

Job started successfully.

jobIdstring

The ID of the newly created job.