Skip to main content
Review execution history, audit logs, and analytics for deployed models. All guides require Management access. Monitoring has three screens, each in the left sidebar:

Executions

Monitoring executions list
Executions vs. Execute Rules historyThese are the persisted server-side execution records — they survive reloads and are visible to everyone with Management access. The History tab inside Execute Rules is your local replay buffer for the current session.

How to view and filter executions

Browse all model executions and narrow the list. Steps:
  1. Open Monitoring → Monitoring (executions list).
  2. Use Search by unit or model…, the Status filter, and the Range (or custom Start/End Date) filter.
  3. Sort via column headers; Clear Filters to reset; Refresh Data to reload.
Verify: The table shows matching executions with paging.

How to view execution details

Inspect one execution’s inputs, outputs, and metadata. Steps:
  1. In the executions list, click View Details (or the row).
  2. Review the Execution Detail tab; switch input/output between Form View and JSON.
  3. (Optional) Click the copy icon next to the execution ID to copy a shareable link to this execution.
Verify: The detail page shows the execution summary and I/O.

How to run a simulation against another model version

Re-run a past execution’s inputs against a different model version and compare — the fastest way to answer “would this case behave differently on the new version?” Prerequisites: Viewing an execution detail. Steps:
  1. Open the Simulator tab.
  2. Search/select a model version (by name, version, or hash).
  3. Click Run Simulation.
  4. Use the diff controls (Show diff only, search, theme) to compare outputs. Simulator diff between two versions
Verify: A visual diff comparison renders original vs. simulated output.

Audit Log

Audit log table The audit log captures configuration changes — uploads, enable/disable toggles, deletes, description edits. Every row tells you who did what, to which entity, when.

How to view and filter the audit log

Steps:
  1. Open Monitoring → Audit Log.
  2. Use Search…, Entity Type, Operation (INSERT/UPDATE/DELETE), and Range/custom dates.
  3. Sort columns; Clear Filters to reset.
  4. Click View Details on a row for the full entry.
Verify: The table filters accordingly and the details modal opens.

How to export the audit log to CSV

Download audit entries for offline review. Prerequisites: At least one audit entry (the button is disabled otherwise). Steps:
  1. On Audit Log, apply any filters you want.
  2. Click Export CSV.
Verify: A CSV file downloads containing the audit entries.

Insights

Insights has four views you switch between with tabs at the top:
Big-picture metric cards and the most recent activity at a glance.Insights — Overview

How to view insights and analytics

Steps:
  1. Open Monitoring → Insights.
  2. Pick the tab you need (see above).
  3. Click Refresh Data to reload.
Verify: Cards and charts render with current data.