curl --request GET \
--url https://platform.kodexa.ai/api/execution-slices/{id} \
--header 'x-api-key: <api-key>'{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"executionId": "<string>",
"id": "<string>",
"inputEvent": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"logGroup": "<string>",
"logStream": "<string>",
"moduleRuntimeRef": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"stepsConfig": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single ExecutionSlice by its unique identifier. Execution slices represent batches of work dispatched as a single Lambda/K8s invocation.
curl --request GET \
--url https://platform.kodexa.ai/api/execution-slices/{id} \
--header 'x-api-key: <api-key>'{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"executionId": "<string>",
"id": "<string>",
"inputEvent": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"logGroup": "<string>",
"logStream": "<string>",
"moduleRuntimeRef": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"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 ExecutionSlice