curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-pipeline-executions \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"errorDetails": {},
"errorMessage": "<string>",
"executionContext": {},
"id": "<string>",
"idempotencyKey": "<string>",
"inputContentVersionId": "<string>",
"inputEvent": {},
"metadata": {},
"organizationId": "<string>",
"outputContentVersionId": "<string>",
"outputEvent": {},
"pipelineVersionId": "<string>",
"priority": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"errorDetails": {},
"errorMessage": "<string>",
"executionContext": {},
"id": "<string>",
"idempotencyKey": "<string>",
"inputContentVersionId": "<string>",
"inputEvent": {},
"metadata": {},
"organizationId": "<string>",
"outputContentVersionId": "<string>",
"outputEvent": {},
"pipelineVersionId": "<string>",
"priority": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Creates a new OrchestratorPipelineExecution. Orchestrator pipeline executions record individual runs of pipelines.
curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-pipeline-executions \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"errorDetails": {},
"errorMessage": "<string>",
"executionContext": {},
"id": "<string>",
"idempotencyKey": "<string>",
"inputContentVersionId": "<string>",
"inputEvent": {},
"metadata": {},
"organizationId": "<string>",
"outputContentVersionId": "<string>",
"outputEvent": {},
"pipelineVersionId": "<string>",
"priority": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"errorDetails": {},
"errorMessage": "<string>",
"executionContext": {},
"id": "<string>",
"idempotencyKey": "<string>",
"inputContentVersionId": "<string>",
"inputEvent": {},
"metadata": {},
"organizationId": "<string>",
"outputContentVersionId": "<string>",
"outputEvent": {},
"pipelineVersionId": "<string>",
"priority": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
An orchestrator pipeline execution records a single run of a pipeline.
Created OrchestratorPipelineExecution
An orchestrator pipeline execution records a single run of a pipeline.