Get details of a specific agent by name.
API Key or Personal Access Token (PAT). When using PAT, include X-Project header.
Agent name
1Agent details
Unique agent ID
Project ID
Agent name
Agent type: "managed" for UI-created, "{language}" for custom agents (e.g., "python"), or "{language}-{adapter}" for adapter-based (e.g., "python-langchain")
Agent status
active, inactive Agent configuration (for managed agents)
{
"provider": "openai",
"model": "gpt-4o",
"systemPrompt": "You are a helpful assistant.",
"tools": ["search-web"],
"maxIterations": 10,
"memory": { "enabled": true },
"knowledgeBase": {
"enabled": true,
"collectionIds": ["coll_abc123"]
}
}Agent description
JSON Schema for agent input
JSON Schema for agent output
Whether agent supports streaming
Whether agent supports chat interface
When the agent was discovered (for custom agents)
User who created the agent
Creation timestamp
Last update timestamp