curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-agent-sessions \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"agentRuntimeId": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastInvokedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"organizationId": "<string>",
"runtimeSessionId": "<string>",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"agentRuntimeId": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastInvokedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"organizationId": "<string>",
"runtimeSessionId": "<string>",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Creates a new OrchestratorAgentSession. Orchestrator agent sessions track agent state within pipeline executions.
curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-agent-sessions \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"agentRuntimeId": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastInvokedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"organizationId": "<string>",
"runtimeSessionId": "<string>",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"agentRuntimeId": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"lastInvokedAt": "2023-11-07T05:31:56Z",
"metadata": {},
"organizationId": "<string>",
"runtimeSessionId": "<string>",
"status": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
An orchestrator agent session tracks an agent's state within a pipeline execution.
Created OrchestratorAgentSession
An orchestrator agent session tracks an agent's state within a pipeline execution.