Audit Log
An append-only, tenant-scoped event chain for every matter, exportable as PDF or CSV.
What it does
Every state change on a matter writes one row to an append-only log: dispatched, quote received, awarded, accepted, calendar set, work completed, invoice paid, export run, feed viewed.
The log is tenant-scoped. A firm sees only its own events, enforced at the database layer. Your AI can return the full chain for a matter in one call.
The log exports as a formatted PDF or a CSV, which is what a compliance review or a matter-record handoff needs.
Why it matters
Procurement and compliance teams need to know that nothing happened off the record. An append-only log they can export is the artifact that satisfies that requirement.
When a carrier or an auditor asks how a vendor was chosen and what it cost, the answer is a single exportable record, not a reconstruction from memory.
How to use it
Call scope_roster_audit for a matter's event chain. The PDF and CSV exports are available from the matter and the carrier feed.
scope_roster_audit({ scope_id: "..." })