Skip to main content
POST
Create OrchestratorAgentSession

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

agentRuntimeId
string
required
organizationId
string
required
runtimeSessionId
string
required
expiresAt
string<date-time> | null
lastInvokedAt
string<date-time> | null
metadata
unknown
status
string

Response

Created 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