What gets logged
| Category | Examples |
|---|---|
| Authentication | Logins, logouts, failed login attempts. |
| Users & roles | Invitations sent / accepted / revoked, role changes, password resets. |
| Projects | Create, rename, archive, delete, member changes. |
| Datasets | Upload, edit metadata, branch, lineage updates, deletes. |
| Scans | Start, cancel, finish, error, retry, parameter snapshot. |
| Healing | Trigger, toggle set, output target, completion. |
| Settings | Workspace settings, integration credential changes, security policy updates. |
| Custom rules | Create / edit / archive / enable / disable per scope. |
| Reports | Report generation requests, downloads, deletes. |
The Records page
The default view is a filterable, paginated table of events.| Filter | Values |
|---|---|
| Actor | Any user in the workspace, or system for automated runs. |
| Action type | create, update, delete, scan_started, scan_finished, heal, login, etc. |
| Object type | dataset, scan, project, user, integration, etc. |
| Date range | Free‑form, with quick presets (today, last 7 days, this month, last quarter). |
| Severity | INFO, WARN, CRITICAL, useful for filtering down to security‑relevant rows. |
Stats page
The stats view gives you trend analysis at a glance.- Counts per actor, per action type, per day.
- A heat map of activity by hour and weekday.
- Top actions on the busiest day.
- “Parameter drift” charts (see below).
Parameter analytics
A specialised view for compliance: see how scan parameters drift over time. Pick an engine, pick a parameter (for exampleconfidence_floor
or sensitivity), and the chart shows the value distribution across
every run. Auditors care because consistent practice = defensible
practice.
You can also register custom parameter schemas so the trail
captures your own domain‑specific knobs (model_version,
clinical_protocol, reviewer_id).
Exporting and pushing
- CSV export of any filtered view, useful for evidence packs.
- Ingest / import of external audit events from a SIEM or another tool, merged into the unified timeline.
- Audit webhook that pushes events to your SIEM in real time (see Integrations for setup).
Common workflows
Investigate a deletion
Investigate a deletion
- Filter by Action type = delete and the date you know it happened.
- Click the row to see who triggered it and the parameter snapshot of the deleted object.
- Cross‑reference with the parent object’s audit trail (scans and healings against that dataset) to assess the impact.
Prove that scans ran on a cadence
Prove that scans ran on a cadence
- Filter by Action type = scan_started and the period you’re proving.
- Group by Dataset in the stats view to confirm coverage.
- CSV‑export and attach to the compliance report.
Detect credential abuse
Detect credential abuse
- Filter by Object type = integration and Action type = update.
- Cross‑check actor and date with your team’s calendar.
- Any unexpected actor here is worth escalating.

