Skip to main content
GET
/
v1
/
agents
/
{agent_id}
Get agent
curl --request GET \
  --url https://api.nixflex.com/v1/agents/{agent_id}

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.

Fetches a single agent with all its configuration.

Request

curl https://api.nixflex.com/v1/agents/agent_125207e452f8714a \
  -H "Authorization: Bearer KEY_ID:KEY_SECRET"

Path parameters

ParameterTypeRequiredNotes
agent_idstringYesThe agent’s ID (format agent_xxx)

Response

200 OK — returns the full agent object (same shape as Create agent).

Errors

CodeHTTPCause
agent_not_found404ID doesn’t exist or belongs to another account