ov audit
Commands
Section titled “Commands”| Command | Description |
|---|---|
ov audit list |
List your audit log entries, newest first |
ov audit list
Section titled “ov audit list”ov audit listov audit list --app acme --action read --limit 50ov audit list --status failure --accessor-type agent_tokenov audit list -o json | jq '.[] | select(.error_code != null)'A read-only wrapper over GET /v1/audit. The endpoint returns entries for the authenticated API key’s user, so there is no user filter.
| Flag | Description |
|---|---|
--app <slug> |
Filter by app slug |
--action <action> |
Filter by action: read, create, update, delete, list, intercept, auth |
--status <status> |
Filter by status: success or failure |
--accessor-type <type> |
Filter by source: browser_session, cli, machine_key, agent_token |
--session <uuid> |
Filter to one session ID |
--limit <n> |
Maximum entries, 1–500 (default 200). Out-of-range values are rejected client-side. |
-o, --output table|json |
Output format (default table) |
Output
Section titled “Output”The table shows TIMESTAMP, ACTION, STATUS, APP, ACCESSOR, RESOURCE HMAC and ERROR. The RESOURCE HMAC column is a truncated prefix of the server’s resource_id_hmac; the full value is in -o json.
-o json emits the API entries with the same keys the server sent (id, event_type, action, status, resource_id_hmac, hmac_version, details, session_id, accessor_type, accessor_version, accessor_id, accessor_meta, error_code, http_status, created_at, plus ip_address and user_agent when present). Optional fields the server omitted are omitted here too.