Skip to main content
The REST API exposes the agent → session → decision hierarchy under /v1. All endpoints require a bearer token (Authentication) and are tenant-scoped.
For interactive analysis and natural-language queries, prefer the MCP server — it offers richer filtering and rollups than the raw REST endpoints.

List agents

Returns agents visible to the caller with rollup metrics (decision count, cost, confidence, activity dates).

List an agent’s sessions

Returns the sessions for one agent, with aggregate stats and AI summaries.
string
required
Agent identifier from GET /v1/agents.

Get a session

Returns a single session with its aggregate stats and health view.
string
required

Get a decision

Returns the full audit trail for one decision — the logic trace, evidence, findings, and artifacts.
string
required
uuid
required
The decision’s ledger_id.

Example

The data shapes returned here mirror the MCP tool responses. See the Data model for field definitions.