Skip to main content
The Audit Logs page in the Matcher module provides a complete, filterable record of every change made to your reconciliation configuration and operations. Use it to track who changed what and when for compliance and troubleshooting purposes.

Accessing the Audit Logs page


Navigate to Matcher → Reporting → Audit Logs in the left sidebar.

Filters


Use the filter bar at the top of the page to narrow results:
FilterDescription
ActorSearch by the email address or ID of the person who made the change
Entity TypeFilter by the type of resource that was changed
ActionFilter by the type of operation performed
Date FromStart date for the time range
Date ToEnd date for the time range
Click Search to apply filters, or Clear Filters to reset all fields.

Entity types

Entity TypeDescription
ContextReconciliation context
SourceData source within a context
Field MapField mapping configuration
Match RuleMatching rule definition
Match RunReconciliation run execution
MatchIndividual match result
AdjustmentEntry adjustment on an exception
ExceptionReconciliation exception

Actions

ActionDescription
CreateA new resource was created
UpdateAn existing resource was modified
DeleteA resource was removed
ResolveAn exception was manually resolved
Auto-resolveAn exception was automatically resolved by the system
DisputeAn exception was disputed

Audit log table


Each row in the table displays the following columns:
ColumnDescription
EntityThe type of resource that was changed, displayed as a badge
ActionThe operation performed, displayed as a color-coded badge
Entity IDUnique identifier of the affected resource (copyable)
ActorThe person who performed the action. Click to view actor details
DateWhen the change occurred

Action badge colors

ActionColor
CreateBlue
UpdateYellow
DeleteRed
Resolve / Auto-resolveGreen
DisputeOrange

Viewing change details


Click any row to expand it and view the full change detail. The expanded section shows:
FieldDescription
Record IDInternal audit log record identifier
Entity IDThe identifier of the resource that was changed
ChangesA JSON object showing the fields that were modified, with their previous and new values
The Changes section displays the raw JSON payload as a scrollable, formatted block. This is useful for understanding exactly which fields were affected by each operation.