curl --request GET \
--url https://platform.kodexa.ai/api/agents/{id} \
--header 'x-api-key: <api-key>'{
"agentRuntimeId": "<string>",
"agentRuntimeRef": "<string>",
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"moduleRefs": [
"<string>"
],
"name": "<string>",
"organizationId": "<string>",
"projectId": "<string>",
"slug": "<string>",
"status": "<string>",
"taskId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"userId": "<string>",
"uuid": "<string>"
}Retrieves a single OrchestratorAgent by its unique identifier. Agents are instantiated agent runtimes within an org+project, tracking lifecycle and configuration.
curl --request GET \
--url https://platform.kodexa.ai/api/agents/{id} \
--header 'x-api-key: <api-key>'{
"agentRuntimeId": "<string>",
"agentRuntimeRef": "<string>",
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"moduleRefs": [
"<string>"
],
"name": "<string>",
"organizationId": "<string>",
"projectId": "<string>",
"slug": "<string>",
"status": "<string>",
"taskId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"userId": "<string>",
"uuid": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The OrchestratorAgent
An agent is an instantiated agent runtime within an org+project, tracking lifecycle and configuration.