Skip to main content
GET
/
api
/
orchestrator-step-executions
/
{id}
Get OrchestratorStepExecution by ID
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>"
}

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.

Response

The OrchestratorStepExecution

An orchestrator step execution records the results of a single step within a pipeline run.

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
logsUri
string | null
metrics
object
organizationId
string
outputEvent
object
pipelineExecutionId
string
pipelineStepId
string
sliceId
string | null
startedAt
string<date-time> | null
status
string
updatedOn
string<date-time>
uuid
string