Every time Vortex Mind runs a diagnostic, the full report — cover, evidence, findings, recommendations, and structured output JSON — auto-archives into Vortex Memory. You do not trigger this; the writes happen silently as each run completes. Over weeks the archive becomes a longitudinal record of your diagnostic history. Over months it captures recurring patterns. Over a year it captures seasonal cycles. This page covers what each archived run contains, how to browse and search past runs, how to compare two runs over time, and how to export.Documentation Index
Fetch the complete documentation index at: https://docs.vortexiq.ai/llms.txt
Use this file to discover all available pages before exploring further.
What each archived run contains
Each entry in the archive is a complete, reproducible snapshot of the run at the moment it completed:- The merchant-facing report (cover, diagnostic body, recommendations)
- The structured output JSON with findings, evidence, and recommendations
- Trigger metadata (scheduled, event, conversational, or on-demand) with timestamps
- The connectors and profile that were active at run time
- The exact data values read from each connector
- The recipe template used (default or custom)
- The list of citations the run’s findings used as evidence
Which reports archive automatically
All seven Vortex Mind report types archive on every run, plus the four Actions briefings:| Report | Default cadence |
|---|---|
| Payment Performance Intelligence | Weekly |
| Decline Recovery Intelligence | Weekly |
| Daily Revenue Leakage | Daily |
| Customer Recovery Opportunity | Weekly |
| Checkout Conversion Failure | Weekly |
| Google Ads Revenue Intelligence | Weekly |
| Paid Traffic Waste | Monthly |
| Daily Morning Briefing, Weekly, Monthly, and QBR briefings | Per configured cadence |
How to browse past runs
Navigate to Vortex Memory in the platform sidebar and open the Reports tab. The default view shows all report types, all profiles you have access to, sorted by run date with the newest first, covering the last 30 days. Use the filter controls to narrow the list:- Report type — filter to one or more recipe types (for example, Payment Performance only).
- Date range — presets: last 7 days, last 30 days, last 90 days, last 12 months. Or set a custom range.
- Profile — if your workspace uses multiple profiles to slice data, filter to a specific profile.
- Severity — show only runs with findings at or above a chosen severity tier (critical, high, medium, low, info).
Deep-linking from a current run
Every Vortex Mind report has a View past runs link in its cover section. Clicking it opens the archive filtered to the same report type and profile, covering the last 90 days — the fastest path from a current run to its historical context.How to search across runs
The search box at the top of the Reports tab searches every layer of every archived run: finding IDs, finding titles, finding bodies, evidence content, recommendations, cited entities (SKU IDs, BIN ranges, decline codes, customer IDs, campaign IDs), and run metadata. The most powerful use is finding every run that ever flagged a specific entity:| Search goal | Example query |
|---|---|
| Every run that flagged a specific SKU | SKU-4421 |
| Every run with a specific finding | finding:PAY-AUTH-001 |
| Every run citing a BIN range | "414720-414729" |
| Every run mentioning a decline code | "do not honor" |
| Every run with a specific recommendation | "renegotiate with acquirer" |
AND, OR, NOT, "exact phrase", term*. You can also use search shortcuts directly in the query string:
| Shortcut | Effect |
|---|---|
report:payment-performance | Filter to Payment Performance runs |
severity:critical | Runs with at least one critical finding |
finding:PAY-AUTH-001 | Runs containing the specific finding ID |
trigger:event | Event-triggered runs only |
before:01 Apr 26 | Runs before a date |
after:01 Apr 26 | Runs after a date |
profile:marketing | Runs scoped to a specific profile |
How to compare two report runs
The compare surface shows two runs of the same report side-by-side with deltas highlighted. New findings, persistent findings, and cleared findings are visually separated. Numerical changes (auth rate moving from 87.4% to 89.1%) are shown as deltas with directional colour cues.Open the Reports tab and filter to the report type
Navigate to Vortex Memory and open the Reports tab. Use the report-type filter to narrow the list to the recipe you want to compare (for example, Payment Performance Intelligence).
Select two runs
Check the checkbox on the first run, then check the checkbox on the second run. The order does not need to be chronological — you can flip A and B in the compare view.Alternatively, open one archived run and click Compare with another run in the run header. A date-picker dialog opens defaulting to the previous run of the same recipe.
Click Compare selected
Click the Compare selected button that appears at the top of the list once two runs are checked. The compare view loads with both runs.
Read the comparison
The compare view is structured into three sections:
- Cover comparison — headline KPIs side-by-side with numeric deltas, and executive summary text with line-level diffs (added text in green, removed text in red).
- Findings comparison — findings sorted into three buckets: New (in run B, not A), Persistent (in both runs), and Cleared (in A, not B). Within each bucket, findings are ordered by severity. Persistent findings show severity changes between runs.
- Recommendations comparison — new recommendations, recommendations that persist, and recommendations from the earlier run that no longer appear.
Save or share the comparison (optional)
Click Save comparison to store it as a named view in the Reports sidebar. Saved comparisons recompute deltas fresh when you reopen them — useful when one run is set to “most recent of this report type.”Click Share to generate a URL that resolves the same comparison for any workspace member with access to both runs. To share externally, use Export and choose PDF — the export renders both runs side-by-side with deltas highlighted.
The compare surface only works on runs of the same report type. For cross-recipe synthesis (“what does this week’s Payment Performance tell me alongside last week’s Customer Recovery?”), ask Ask Viq directly — it can synthesise across multiple runs and cite each one in its answer.
How the archive powers longitudinal pattern detection
The archive is not just a record you browse manually. The platform reads it continuously. For every new report run, the pattern engine compares the new findings against prior runs of the same recipe over the past 30, 60, and 90 days. When the same finding (or a structurally similar one) recurs enough times to cross the recurrence threshold, the platform treats it as a structural pattern rather than a transient blip. That pattern then appears as a card on the Vortex Memory dashboard (“Patterns we noticed”), as a recurrence note in the next relevant report, and as context in Ask Viq answers that touch the pattern’s domain. A pattern clears automatically when the underlying findings stop recurring across two consecutive scheduled runs of the same recipe. Cleared patterns move to a historical view; the full lifecycle — detected, surfaced, snoozed or muted, cleared — is preserved in the audit trail. Without the archive, the platform cannot tell the difference between noise that happens once and a structural condition recurring weekly. The archive is the substrate that makes this distinction possible.How to export a run
Open any archived run and click the Export action in the run header. Three formats are available:A polished, print-ready document with branding, charts at print quality, and recommendations. Best for board packs, investor updates, and compliance trails.
Markdown
A
.md file with prose, headings, tables, and references. Best for pasting into a wiki (Confluence, Notion) or a docs system.JSON
The structured output JSON the run produced — schema-stable across runs of the same recipe. Best for custom analysis scripts, BI tools, and external archives.