What Gets Logged
Every event in the following categories is recorded automatically:| Category | Events logged |
|---|---|
| Documents | Upload, delete, new version upload |
| Status changes | Every transition between statuses, with before and after values |
| Field edits | Every change to an extracted field — old value and new value both stored |
| AI processing | Extraction completed, confidence score assigned |
| Rules Engine | Rule evaluated, conditions matched, action executed |
| Webhooks | Outbound webhook fired, HTTP response code received |
| Users | Login, logout, user created, password changed |
| Contacts & Folders | Created, updated, deleted |
| Settings | Webhook URL changed, API token regenerated |
Viewing the Audit Log
Click Audit Log in the left sidebar. Entries appear in reverse chronological order — most recent first. Each entry shows:- Timestamp — date and time of the event (server timezone)
- User — who performed the action (or
Systemfor automated actions like AI processing and rule triggers) - Event type — what happened
- Document / Contact — which record was affected (clickable — jumps to that record)
- Detail — specific values changed, rule names, webhook response codes
Filtering the Audit Log
Use the filter bar at the top to narrow down entries:| Filter | Options |
|---|---|
| User | Filter to actions by a specific user |
| Event type | Filter to a specific category (status change, field edit, rule trigger, etc.) |
| Date range | Show entries from a specific period |
| Document | Show all events for a specific document |
| Contact | Show all events for a specific contact’s documents |
Searching the Audit Log
The search bar performs full-text search across all event descriptions, document names, field values, and user names. Useful for finding:- All events related to a specific vendor: search for the vendor name
- All actions on a specific invoice: search the invoice number
- All rule executions for a specific rule: search the rule name
Exporting the Audit Log
CSV Export
Click Export CSV to download all currently filtered entries as a spreadsheet. Useful for:- Importing into Excel or Google Sheets for further analysis
- Sending to an auditor who wants raw data
- Building compliance reports
PDF Export
Click Export PDF to download a formatted, branded PDF report of the current filtered view. Useful for:- Formal compliance submissions
- Client-facing audit reports
- Signing off a period-end review
Audit Log for Compliance
The audit log is designed to support compliance requirements in data-sensitive industries:Financial Services & Accounting
Financial Services & Accounting
Every field edit is logged with before and after values — providing evidence that extracted data was not altered without a record. Status changes show the full approval chain from Needs Review through to Export.
China PIPL / DSL Compliance
China PIPL / DSL Compliance
RecordEngine processes data locally — no transfers to cloud services. The audit log provides evidence of internal data handling for PIPL and DSL compliance reviews, showing who accessed what data and when.
General Data Audits
General Data Audits
The audit log retains all entries indefinitely. You can export a full history of any document, contact, or time period at any point — no data is automatically purged.
Rule Trigger Entries
When a Rules Engine rule fires, the audit log entry includes:- The rule name
- Which conditions matched (and their values at the time)
- The action that was executed
- Whether the action succeeded
Webhook Delivery Entries
When an outbound webhook fires, the audit log records:- The webhook URL it was sent to
- The HTTP response code received
- Whether the delivery succeeded or failed