Phase 2 — not yet available
This command is planned for a future release. The audit_events table is written to from day one, so historical data will be available when the query surface ships.
culvii audit
Query the governance audit trail.
Synopsis
culvii audit query [--since <time>] [--action <action>] [--min-amount <amount>]
culvii audit verify [--range <range>]
Description
Inspects the signed governance audit trail. Every authenticated platform action is recorded: who initiated it, which key was used, which resource was affected, and whether it succeeded. The audit trail is append-only.
Subcommands
culvii audit query
Query the signed audit trail.
| Flag | Description |
|---|---|
--since <time> | Time range to query. |
--action <action> | Action pattern to filter by. |
--min-amount <amount> | Minimum amount to filter by. |
culvii audit verify
Verify the signed audit trail.
| Flag | Description |
|---|---|
--range <range> | Time range to verify. |
Related commands
culvii key list