curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-step-executions \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"logsUri": "<string>",
"metrics": {},
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"pipelineStepId": "<string>",
"sliceId": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"logsUri": "<string>",
"metrics": {},
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"pipelineStepId": "<string>",
"sliceId": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Creates a new OrchestratorStepExecution. Orchestrator step executions record results of individual steps within pipeline runs.
curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-step-executions \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"logsUri": "<string>",
"metrics": {},
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"pipelineStepId": "<string>",
"sliceId": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"logsUri": "<string>",
"metrics": {},
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"pipelineStepId": "<string>",
"sliceId": "<string>",
"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 step execution records the results of a single step within a pipeline run.
Created OrchestratorStepExecution
An orchestrator step execution records the results of a single step within a pipeline run.