v1
protected
agents

List Agents

List all workspace agents.

Access Control: Returns all agents within the current user's workspace (workspace isolation). All users in the same workspace can see all workspace agents.

Note: User-level access control should be implemented via authorization
layer (future ReBAC) rather than query parameters.
get/v1/agents

Response

Successful Response

a2ui_enabledboolean nullable
agent_typestring
descriptionstring nullable
events_configobject nullable
idstring uuid required
instructionstring nullable
model_idstring nullable
namestring required
planningboolean nullable
statusstring required

Changes