Query the workspace audit log. Every state-changing operation across the platform is recorded with action, resource type, actor, IP address, and metadata. Overseers can query across subordinate workspaces.
Audit log entries are immutable during their retention period and cannot be deleted via the API.
The metadata field is automatically sanitised to redact sensitive values (passwords, tokens, API keys).
Cross-workspace queries require the calling user to have active oversight relationships.
The Settings UI at Settings -> Audit Log provides a human-readable view with filtering and search.
Retention: Audit logs are retained per workspace configuration (default 180 days). Five tiers available: Standard (180d), Extended (1yr), Finance (7yr), Legal (25yr), Indefinite. Configure at Settings -> Organisation -> Retention.
Archive-before-delete: Expired logs are archived to JSON (AuditArchive table) before deletion. Archives are retained indefinitely for compliance evidence.
Retention API: GET/PUT /api/organizations/[orgId]/audit-retention. See SSO & SCIM docs for full reference.