curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-execution-slices/{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": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"moduleRuntimeId": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"stepEndOrder": 123,
"stepStartOrder": 123,
"stepsConfig": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single OrchestratorExecutionSlice by its unique identifier. Orchestrator execution slices represent batches of work within pipeline executions.
curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-execution-slices/{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": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"moduleRuntimeId": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"stepEndOrder": 123,
"stepStartOrder": 123,
"stepsConfig": {},
"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 OrchestratorExecutionSlice
An orchestrator execution slice represents a batch of work within a pipeline execution.