Get Agent
Get agent details.
Example
Response (200)
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"provider": "vapi",
"name": "My Vapi Agent",
"description": "Production triage assistant",
"config": {
"assistant_id": "asst_xxxxx",
"api_key": "..."
},
"is_active": true,
"created_at": "2026-01-20T10:00:00Z",
"updated_at": "2026-01-20T10:00:00Z"
}
Errors
| Status | Description |
|---|---|
404 |
Agent not found |