curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-step-executions/{id} \
--header 'x-api-key: <api-key>'{
"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>"
}Retrieves a single OrchestratorStepExecution by its unique identifier. Orchestrator step executions record results of individual steps within pipeline runs.
curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-step-executions/{id} \
--header 'x-api-key: <api-key>'{
"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.
Unique identifier (UUID) of the resource.
The OrchestratorStepExecution
An orchestrator step execution records the results of a single step within a pipeline run.