Retrieve the full configuration of an agent — tools, graph, output schema, webhook URL, and all settings
emerald-emu). Assigned on creation.instructions. Describes what the agent does.🚀)male-avatar)ACTIVE (deployed) or INACTIVE (not yet deployed)"Short answer, formatted in rich markdown text.").openai, anthropic, bedrock, gemini, etc.gpt-5.2, claude-sonnet-4-5-20250929)low, medium, or highnull for default provider endpoints.text, json, or markdownoutput_format is json, this is a full JSON Schema that the agent’s output must conform to. Includes $schema, type, required, properties with types, descriptions, validations, and nested objects/arrays.body_schema and parameters). These are the actual tool-calling interfaces the LLM sees at runtime.agent_id and asynchronous query parameters.agno)manager or workerrouter, sequential, etc.return-to-start, etc.summarization, full, etc.serverless or container[] if none attached.PATCH endpoint.personal or organizationalattached_tools maps toolkit UUIDs → operation IDs. To manage which tools are attached, use the xpander.ai dashboard or the Python SDK. The REST API PATCH endpoint does not support modifying attached_tools.API Key for authentication
Successful Response
serverless, container Display name of the agent
Agent framework used (e.g., agno)
Description of the agent's purpose and capabilities
Array of tools available to the agent
Emoji icon representing the agent
Current deployment status: ACTIVE or INACTIVE
DRAFT, ACTIVE, INACTIVE Array of knowledge bases attached to the agent
UUID of the organization that owns this agent
Enumeration of the agent types.
Attributes: Manager: marks the agent as a Managing agent. Regular: marks the agent as a regular agent. A2A: marks the agent as an external agent used via A2A protocol. Curl: marks the agent as an external agent used via a CURL.
manager, regular, a2a, curl AI model provider (e.g., openai, anthropic)
openai, nim, amazon_bedrock, huggingFace, friendlyAI, anthropic, gemini, fireworks, google_ai_studio, helicone, open_router, nebius Specific model version (e.g., gpt-4o, gpt-4.1, claude-sonnet-4-5-20250929)
Output format: markdown or json
text, markdown, json JSON schema for structured output when output_format is json
Natural-language description of the desired output (e.g., "A bulleted list of key findings")
Auto-generated webhook URL for agent invocations
Auto-generated unique identifier for the agent (e.g. 'emerald-emu')
Custom LLM API base URL for self-hosted or proxied model endpoints
LLM configuration per graph node (provider, model, temperature)
Agno framework settings (memory, session storage, moderation, tool limits)
Whether the agent has unpublished configuration changes