AuditEvent recorded for the organization.
The audit trail is append-only and immutable. Every significant action — submitting an expectation, processing an import, linking evidence to a case, or changing a case’s status — is recorded as an
AuditEvent and can never be edited or deleted after the fact.Data source
The table is loaded from List audit events:ReconciliationAuditEvent returned includes:
This endpoint requires the
audit_view or logs_view permission and is signed-in-user only (it cannot be called with an API key).
Event types
Event types observed in the system include (non-exhaustive):
The Event type filter dropdown is populated dynamically from the distinct
eventType values present in the currently loaded events, so it will reflect whatever event types your organization has actually generated.
Table columns
Filters
The filter bar above the table supports:- Event type — dropdown populated from observed event types, or “All types”
- Actor — free-text search (e.g.
api,webhook,importer) - Case ID — search by
caseId - Payment intent ID — search by
paymentIntentId - Start date / End date — restrict to a date range
Investigating a case end-to-end
Because every audit event can reference acaseId and/or paymentIntentId, the Audit page lets you reconstruct the full lifecycle of a single transaction: when the expectation was created, when each piece of evidence arrived, when the matching engine evaluated it, and any subsequent status changes — all from one filtered view. The same caseId-scoped events also appear on the Audit Timeline tab of the case detail page.
From here
List audit events
Query the audit trail directly, including by
importBatchId.Cases
View a case’s audit timeline alongside its evidence and verdict.
Overview
See aggregate operational metrics derived from the same underlying activity.
Developers
See a condensed activity feed driven by the same audit events.
