Get agent
Agents
Get agent
GET /v1/agents/:id
GET
Get agent
Fetches a single agent with all its configuration.
Request
Path parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
agent_id | string | Yes | The agent’s ID (format agent_xxx) |
Response
200 OK — returns the full agent object (same shape as Create agent).
Errors
| Code | HTTP | Cause |
|---|---|---|
agent_not_found | 404 | ID doesn’t exist or belongs to another account |