Documentation Index
Fetch the complete documentation index at: https://docs.heysage.me/llms.txt
Use this file to discover all available pages before exploring further.
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.| Query param | Required | Description |
|---|---|---|
vault | Yes | Vault address |
limit | No | Max events to return |
Event Types
| Outcome | Recorded when |
|---|---|
auto_approved | Proposal scored below the approve threshold |
sent_for_review | Proposal scored in the REVIEW band |
auto_blocked | Proposal scored at or above the block threshold |
executed | Proposal co-signed and confirmed on-chain |
rejected | Proposal rejected by the owner |
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.
