Path Parameters
Unique identifier of the agent to retrieve (UUID format)
Response
Unique identifier for the agent (UUID)
Display name of the agent
Emoji icon representing the agent
Current deployment status:
ACTIVE or INACTIVEUUID of the organization that owns this agent
Deployment infrastructure type:
serverless, container, or nullSystem instructions configuration
AI model provider (e.g.,
openai)Specific model version (e.g.,
gpt-4o, gpt-4.1, gpt-4o-mini)Agent framework used (e.g.,
agno)ISO 8601 timestamp of when the agent was created
Whether the agent uses Nvidia NeMo
Whether the agent operates in coordinate mode
Reference to the original template used to create the agent, if any
Strategy for ending delegation workflows (e.g.,
return-to-start)UUID of the environment this agent operates in
Whether sub-agents maintain a continuous conversation thread
The prompt used to create this agent, if created via prompt
Array of example prompts that demonstrate the agent’s capabilities
Whether this is the latest version of the agent
Detailed description of the agent’s purpose and capabilities
Array of tools available to the agent
Array of source integration nodes
Array of externally attached tool configurations
Access control scope:
organizational, team, privateDescription of the expected output format and content from the agent
Version number of the agent configuration
UUID of the user who created this agent
Memory strategy for delegation:
summarization, full, etc.Whether this agent is configured as an AI employee
Whether the agent can be deleted
Custom API base URL for LLM requests, if configured
Format of the agent’s output:
markdown, json, etc.JSON schema for structured output, if configured
Reference to LLM credentials, if using custom credentials
Type of credentials:
xpander, custom, etc.Custom LLM credentials object, if configured
Agno framework-specific settings
Whether on-premises event streaming is enabled
Whether prompt caching is enabled for performance
Whether this is a generalist agent (vs. specialized)
OpenAPI Specification for the agent’s capabilities
Visual graph representation of agent’s tool and MCP connections
Array of LLM configuration settings
Webhook URL for asynchronous notifications
Example Request
Example Response
Common Use Cases
Extracting Agent Configuration Details
Get comprehensive agent information including tools, settings, and webhook URLs:Retrieving Agent Tools and Capabilities
Inspect available tools and their configurations for integration planning:Authorizations
Path Parameters
Response
Available options:
return-to-start, finish-with-last Available options:
serverless, container Available options:
personal, organizational Available options:
DRAFT, ACTIVE, INACTIVE Available options:
manager, regular Available options:
router, sequence Available options:
full, summarization, original-input Available options:
openai, nim, amazon_bedrock, huggingFace, friendlyAI, anthropic, gemini, fireworks Available options:
text, markdown, json Available options:
xpander, custom 
