Engine API
List Agents (Inventory)
Full agent inventory with tool counts and prompt metadata
GET
List Agents (Inventory)
Returns every agent in the inventory as an
AgentSummary. Compared to /risk/agents, this endpoint also exposes tool_call_counts, total_tool_calls, and the raw system_prompt.
Query Parameters
string
Filter agents by service name.
Response
Array of agent objects:string
Unique identifier
string
Human-readable name
string
Detected framework
string
Agent role/purpose
string
LLM model in use
string[]
Tool names invoked by this agent
object
Map of
tool_name to invocation countinteger
Sum of all tool calls
string
System prompt text (may be empty)
string
SHA-256 hash of the system prompt (first 16 hex chars)
integer
Number of distinct runs
integer
Total spans observed
string
LEARNING or MATUREstring
ISO-8601 timestamp
string
ISO-8601 timestamp

