Execute a pipeline and return the pipeline execution as an object - or command in case batch is defined on the body.
Ok
{- "pipeline": {
- "id": "string",
- "nodeId": "string",
- "input": { }
}, - "batch": {
- "query": {
- "filter": {
- "property1": null,
- "property2": null
}, - "resource": "triggers",
- "context": {
- "datasets": [
- "string"
], - "items": [
- "string"
]
}
}, - "args": {
- "property1": null,
- "property2": null
}
}
}