Retrieve details for a specific agent.
| Parameter | Type | Description |
|---|---|---|
id | string | Agent UUID |
| Field | Type | Description |
|---|---|---|
uuid | string | Unique agent identifier |
name | string | Agent name |
description | string | Agent description |
status | string | Current status |
endpoint_url | string | Agent’s API endpoint |
container_id | string | Kubernetes pod identifier |
configuration | object | Agent configuration |
stats | object | Usage statistics |
| Code | Description |
|---|---|
200 | Success |
401 | Invalid authentication |
403 | AI Agents feature not enabled |
404 | Agent not found |