Get architecture overview
GET /api/agents/architecture/overview
GET
/api/agents/architecture/overview
Return a lightweight count + id list for dashboards and health checks.
Responses
Section titled “ Responses ”Successful Response
ArchitectureOverviewResponse
Response for /api/agents/architecture/compliance/overview endpoint.
Provides high-level architecture overview.
object
architecture
required
ArchitectureInfo
Architecture information
object
totalAgents
required
Totalagents
Total number of agents
integer
agentList
required
Agentlist
List of agent names
Array<string>
types
required
Types
List of agent types
Array<string>