Pipeline_execute

Execute a pipeline and return the pipeline execution as an object - or command in case batch is defined on the body.

SecuritybearerAuth
Request
path Parameters
pipelineId
required
string

pipeline id.

Request Body schema: application/json
object
required
object (ExecuteOptionsBatch)
Responses
200

Ok

post/pipelines/{pipelineId}/execute
Request samples
application/json
{
  • "pipeline": {
    },
  • "batch": {
    }
}