GET /v1/agents/:id
Fetches a single agent with all its configuration.Documentation Index
Fetch the complete documentation index at: https://docs.nixflex.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Notes |
|---|---|---|---|
agent_id | string | Yes | The agent’s ID (format agent_xxx) |
200 OK — returns the full agent object (same shape as Create agent).
| Code | HTTP | Cause |
|---|---|---|
agent_not_found | 404 | ID doesn’t exist or belongs to another account |