Skip to main content
POST
Create Execution

Authorizations

x-api-key
string
header
required

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

Body

application/json

An execution records the details and results of a processing session.

assistantId
string | null
changeSequence
integer<int32>

Optimistic locking version number.

context
object
createdOn
string<date-time>

Timestamp when the execution was created.

description
string
documentFamilyId
string | null
endDate
string<date-time> | null
exceptionDetails
object | null
id
string

Unique identifier (UUID) for the execution.

idempotencyKey
string | null
organizationId
string
parentExecutionId
string | null
pipeline
object | null
priority
integer<int32>
processingTime
integer<int64>
sessionId
string | null
startDate
string<date-time> | null
status
enum<string>
Available options:
PENDING,
RUNNING,
SUCCEEDED,
FAILED,
REQUESTED,
SKIPPED,
CANCELLING,
CANCELLED,
PENDING_REPROCESSING,
REPROCESSED
statusDetails
object | null
targets
object | null
updatedOn
string<date-time>

Timestamp when the execution was last updated.

uuid
string

Secondary UUID identifier.

Response

Created Execution

An execution records the details and results of a processing session.

assistantId
string | null
changeSequence
integer<int32>

Optimistic locking version number.

context
object
createdOn
string<date-time>

Timestamp when the execution was created.

description
string
documentFamilyId
string | null
endDate
string<date-time> | null
exceptionDetails
object | null
id
string

Unique identifier (UUID) for the execution.

idempotencyKey
string | null
organizationId
string
parentExecutionId
string | null
pipeline
object | null
priority
integer<int32>
processingTime
integer<int64>
sessionId
string | null
startDate
string<date-time> | null
status
enum<string>
Available options:
PENDING,
RUNNING,
SUCCEEDED,
FAILED,
REQUESTED,
SKIPPED,
CANCELLING,
CANCELLED,
PENDING_REPROCESSING,
REPROCESSED
statusDetails
object | null
targets
object | null
updatedOn
string<date-time>

Timestamp when the execution was last updated.

uuid
string

Secondary UUID identifier.