Skip to main content
PUT
/
api
/
orchestrator-execution-slices
/
{id}
Update OrchestratorExecutionSlice
curl --request PUT \
  --url https://platform.kodexa.ai/api/orchestrator-execution-slices/{id} \
  --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": {},
  "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>"
}
'
{
  "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>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Body

application/json

An orchestrator execution slice represents a batch of work within a pipeline execution.

attemptNumber
integer<int32>
changeSequence
integer<int32>
completedAt
string<date-time> | null
createdAt
string<date-time>
createdOn
string<date-time>
durationMs
integer<int32> | null
errorDetails
object
errorMessage
string | null
id
string
inputEvent
object
lambdaRequestId
string | null
leaseExpiresAt
string<date-time> | null
leasedAt
string<date-time> | null
moduleRuntimeId
string
organizationId
string
outputEvent
object
pipelineExecutionId
string
queuedAt
string<date-time> | null
sliceOrder
integer<int32>
startedAt
string<date-time> | null
status
string
stepEndOrder
integer<int32>
stepStartOrder
integer<int32>
stepsConfig
object
updatedOn
string<date-time>
uuid
string

Response

Updated OrchestratorExecutionSlice

An orchestrator execution slice represents a batch of work within a pipeline execution.

attemptNumber
integer<int32>
changeSequence
integer<int32>
completedAt
string<date-time> | null
createdAt
string<date-time>
createdOn
string<date-time>
durationMs
integer<int32> | null
errorDetails
object
errorMessage
string | null
id
string
inputEvent
object
lambdaRequestId
string | null
leaseExpiresAt
string<date-time> | null
leasedAt
string<date-time> | null
moduleRuntimeId
string
organizationId
string
outputEvent
object
pipelineExecutionId
string
queuedAt
string<date-time> | null
sliceOrder
integer<int32>
startedAt
string<date-time> | null
status
string
stepEndOrder
integer<int32>
stepStartOrder
integer<int32>
stepsConfig
object
updatedOn
string<date-time>
uuid
string