GET /events
Returns the behavioral event history for a vault — an append-only record of every decision the pipeline made. Useful for auditing and for the agent to summarize recent activity.Event Types
Each event carries the proposal reference plus the
riskScore, riskVerdict, riskReasons, and any triggeredRules captured at decision time — so every score and reason stays traceable after the fact.
/events is a public read endpoint. Pair it with /transactions for full proposal detail.
