curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-agent-runtimes/{id} \
--header 'x-api-key: <api-key>'{
"agentRuntimeArn": "<string>",
"awsRuntimeId": "<string>",
"changeSequence": 123,
"configMapName": "<string>",
"configMapResourceVersion": "<string>",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"endpointArn": "<string>",
"environmentVars": {},
"id": "<string>",
"image": "<string>",
"metadata": {},
"name": "<string>",
"networkMode": "<string>",
"organizationId": "<string>",
"protocolConfiguration": "<string>",
"roleArn": "<string>",
"securityGroups": "<string>",
"slug": "<string>",
"status": "<string>",
"subnets": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Retrieves a single OrchestratorAgentRuntime by its unique identifier. Orchestrator agent runtimes define agent processing environments.
curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-agent-runtimes/{id} \
--header 'x-api-key: <api-key>'{
"agentRuntimeArn": "<string>",
"awsRuntimeId": "<string>",
"changeSequence": 123,
"configMapName": "<string>",
"configMapResourceVersion": "<string>",
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"endpointArn": "<string>",
"environmentVars": {},
"id": "<string>",
"image": "<string>",
"metadata": {},
"name": "<string>",
"networkMode": "<string>",
"organizationId": "<string>",
"protocolConfiguration": "<string>",
"roleArn": "<string>",
"securityGroups": "<string>",
"slug": "<string>",
"status": "<string>",
"subnets": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The OrchestratorAgentRuntime
An orchestrator agent runtime defines an agent processing environment.