Get details of a specific agent
| Field | Type | Description |
|---|---|---|
id | integer | Unique agent identifier |
user_id | integer | User ID who owns the agent |
name | string | Agent name |
avatar_id | integer | Avatar ID |
voice_id | integer | Voice ID |
role_id | integer | Role/persona ID |
language | string | Language code |
custom_greeting | string | Custom greeting message |
context | string | AI context/instructions |
properties | object | Custom properties (JSON) |
memories | object | Agent memories (JSON) |
knowledge_base | object | Knowledge base content (JSON) |
status | string | Agent status |
created_at | string | ISO 8601 creation timestamp |
updated_at | string | ISO 8601 last update timestamp |
last_used_at | string | ISO 8601 last usage timestamp |
total_sessions | integer | Total number of sessions |
avg_duration | number | Average session duration in seconds |
401 Unauthorized - Invalid or missing authentication403 Forbidden - Insufficient permissions404 Not Found - Agent not found500 Internal Server Error - Server error