cURL
curl --request GET \ --url https://api.zudu.ai/api/agents/{agentId} \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "message": "Agent retrieved successfully", "status": "success", "error": null, "data": { "agent_id": "agent_123", "organization_id": "org_456", "agent_name": "Customer Support Agent" } }
Retrieves a single agent by ID (current behavior).
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
OK
Show child attributes