Retrieve details for a specific agent
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | UUID of the agent |
| Field | Type | Description |
|---|---|---|
id | string | Agent UUID |
provider | string | Provider type |
name | string | Display name |
description | string | Description (or null) |
is_active | boolean | Whether the agent is active |
created_at | string | ISO-8601 creation timestamp |
updated_at | string | ISO-8601 last update timestamp |
| Code | Description |
|---|---|
AGENT_NOT_FOUND | Agent not found or doesn’t belong to your organization |