Get active (non-background) agents
GET /api/agents/architecture/active
GET
/api/agents/architecture/active
Return agents whose operational type is not BACKGROUND (i.e. everything user-interactive).
Responses
Section titled “ Responses ”Successful Response
ArchitectureActiveAgentsResponse
Response for /api/agents/architecture/compliance/active endpoint.
Provides information about currently active agents.
object
activeAgents
required
Activeagents
List of active agent names
Array<string>
count
required
Count
Number of active agents
integer