Skip to content

Audit Trail

Query and verify the hash-chained audit trail.

Query audit events with filters.

Terminal window
curl "http://localhost:9620/audit?agent_id=my-agent&limit=10" \
-H "Authorization: Bearer tp_admin_..."
ParameterDescription
agent_idFilter by agent
event_typellm_call, llm_call_blocked, tool_executed, etc.
limitMax events (default: 100)
sinceISO 8601 timestamp

Verify hash chain integrity. Recomputes SHA-256 hashes from genesis and reports any broken links.

{"verified": true, "events_checked": 1247, "chain_intact": true}
TypeTrigger
llm_callEvery governed LLM call
llm_call_blockedPipeline blocks a request
tool_executedAgent executes a tool
agent_registeredAgent registration
pipeline_createdPipeline config change
policy_changedOPA policy update

Real-time export via webhooks: CEF (Splunk/QRadar), OCSF (Amazon Security Lake), JSON (generic, HMAC-signed).