Skip to content

Get architecture overview

GET
/api/agents/architecture/overview

Return a lightweight count + id list for dashboards and health checks.

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>