Skip to main content

Audit & Compliance

Understand SCL’s audit logging, outbox event guarantees, and observability features for regulatory and operational compliance.

Topics Covered

  • Viewing EntityAudit logs and diff records
  • Listing logs via /audit and exporting with /audit/export?format=csv
  • Replaying or troubleshooting DomainOutbox events
  • Using row-level security and soft-delete policies
  • Observability: metrics, tracing, and alerting

Last updated: 2025-07-10

How to View Audit Logs

  1. Sign in to the admin portal.
  2. Open Settings → Audit Logs.
  3. Filter by action, table or date range as needed.
  4. Click Export CSV to download (GET /audit/export).

How to Replay Events

  1. Navigate to Settings → Event Replay.
  2. Locate the failed event ID.
  3. Click Replay to call POST /outbox/replay/{id}.
  4. Watch the status column for confirmation.