Skip to main content
The Operational History page in the Matcher module provides a centralized view of ingestion jobs, reconciliation runs, and export jobs for your reconciliation contexts. The page is organized into three tabs: Ingestion Jobs, Match Runs, and Exports.

Accessing the Operational History page


Navigate to Matcher → Reporting → Operational History in the left sidebar.

Filtering by context


At the top of the page, a context selector lets you filter results by reconciliation context. Select a context to view its operational history across all three tabs.
If no contexts are available yet, configure sources for a context using the Sources page first.

Ingestion Jobs tab


The Ingestion Jobs tab lists all data ingestion jobs for the selected context.
ColumnDescription
StatusCurrent job status displayed as a colored badge
FileName of the uploaded file
SourceThe data source the file was uploaded to
RowsTotal number of rows in the file
FailedNumber of rows that failed ingestion. Highlighted in red when greater than zero
StartedWhen the ingestion job started processing
CompletedWhen the ingestion job finished

Ingestion job statuses

StatusDescription
QueuedThe job has been submitted and is waiting to be processed
ProcessingThe file is currently being ingested
CompletedThe file was successfully ingested
FailedThe ingestion failed — check the file format and try again

Match Runs tab


The Match Runs tab displays all reconciliation runs for the selected context. Active runs refresh automatically every few seconds.
ColumnDescription
Run IDUnique identifier for the run (copyable)
StatusCurrent run status displayed as a colored badge
ModeEither Dry Run (preview only) or Commit (applies results)
MatchesNumber of successfully matched records
UnmatchedTotal unmatched records from both sides
For ReviewRecords pending manual review from both sides
StartedWhen the run started processing
CompletedWhen the run finished
Each row includes a View Results link that navigates to the matches workbench filtered by that specific run.

Run modes

ModeDescription
Dry RunSimulates the reconciliation without persisting results — useful for testing rules
CommitExecutes the reconciliation and persists all match results

Exports tab


The Exports tab shows all report export jobs for the selected context. Active exports refresh automatically every few seconds.
ColumnDescription
StatusCurrent export status displayed as a colored badge
Report TypeType of report being exported, shown as a colored badge
FormatFile format of the export (CSV, JSON, or XML)
RecordsNumber of records written to the export file
SizeFile size of the export
CreatedWhen the export job was created
FinishedWhen the export job completed
ExpiresWhen the download link expires. Shown in red if already expired

Export statuses

StatusDescription
QueuedThe export is waiting to be processed
RunningThe export is currently being generated
SucceededThe export completed successfully
FailedThe export failed
ExpiredThe download link has expired
CanceledThe export was canceled

Report types

TypeDescription
MatchedRecords that were successfully matched
UnmatchedRecords that could not be matched
SummaryHigh-level summary of reconciliation results
VarianceRecords with discrepancies between matched sides
ExceptionsRecords flagged as exceptions requiring review