Skip to main content
PUT
Update OrchestratorAgentSession

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 agent session tracks an agent's state within a pipeline execution.

agentRuntimeId
string
changeSequence
integer<int32>
expiresAt
string<date-time> | null
lastInvokedAt
string<date-time> | null
metadata
unknown
runtimeSessionId
string
status
string

Response

Updated OrchestratorAgentSession

An orchestrator agent session tracks an agent's state within a pipeline execution.

agentRuntimeId
string
required
changeSequence
integer<int32>
required
createdOn
string<date-time>
required
expiresAt
string<date-time> | null
required
id
string
required
lastInvokedAt
string<date-time> | null
required
metadata
unknown
required
organizationId
string
required
runtimeSessionId
string
required
status
string
required
updatedOn
string<date-time>
required
uuid
string
required