Salambo
Browse documentation
Agents

Retrieve an agent

Retrieves a single agent configuration by ID. Requires agents:read.

Use this to inspect instructions, active/inactive availability, and runtime settings for one agent. Archived agents return 404.

GET/agents/{agentId}

Authorization

AuthorizationBearer <token>

Path parameters

agentIdstringrequired
format
"uuid"

Response

application/json

Agent object.

object
idstringrequired
format
"uuid"
public_idstringrequired
pattern
"^agt_[A-Za-z0-9]+$"
objectstringrequired
const
"agent"
namestringrequired
slugstringrequired
descriptionstring | null
iconstring | null
command_contentstring
is_activebooleanrequired

Public active/inactive switch. Active agents can appear in the model list.

created_atintegerrequired
updated_atintegerrequired