Trigger pipeline execution
POST
/pipelines/{pipelineId}/trigger
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” pipelineId
required
string
Request Body
Section titled “Request Body ”object
input
Runtime input data for the execution
object
files
Map of file slot IDs to file ID(s) - array if multiple: true
object
key
additional properties
Any of:
A unique nanoid for the resource (for more information please see: https://zelark.github.io/nano-id-cc/)
string
Array<string>
datasets
Map of dataset slot IDs to dataset ID(s) - array if multiple: true
object
key
additional properties
Any of:
A unique nanoid for the resource (for more information please see: https://zelark.github.io/nano-id-cc/)
string
Array<string>
dataInputs
Map of data input slot IDs to their values
object
key
additional properties
Responses
Section titled “ Responses ”Pipeline execution triggered successfully
object
executionId
required
string
status
required
string
createdAt
required
string format: date-time
Forbidden - insufficient permissions to trigger this pipeline
Pipeline not found
Conflict - pipeline is not active