The search page (sidebar > Tools > Search, or press G then /) provides full-text search across all your account's data.
Use the type filter tabs to narrow results:
| Tab | Searches |
|---|---|
| All | All object types |
| Investigations | Investigation titles and summaries |
| Timelines | Timeline titles |
| Events | Event titles and descriptions |
| Claims | Claim text |
| Sources | Source titles |
| Entities | Entity canonical names and aliases |
Each result shows:
Click any result to navigate to its detail page within the appropriate investigation context.
Canonical Timeline exports your data in structured formats suitable for analysis, sharing, or feeding into other tools.
Tier requirement: CSV, JSON, and Markdown export requires a Professional or Enterprise subscription. The Entity Graph PNG export is available on all tiers. See Account and Subscription for details.
From the Timeline lens: Click the CSV button in the toolbar.
The CSV export produces a flat table with one row per event-claim pair:
| Column | Description |
|---|---|
event_id | Unique event identifier |
timeline_id | Parent timeline identifier |
event_title | Event title |
event_description | Event description |
canonical_time | ISO 8601 timestamp |
time_precision | Precision level |
event_status | Event verification status |
claim_id | Unique claim identifier |
claim_text | The factual assertion |
claim_status | Claim verification status |
confidence_score | Confidence score (0–1) |
source_id | Source identifier |
source_title | Source document title |
source_type | Source type classification |
Best for: Spreadsheet analysis, data visualization, sharing with collaborators.
From the Timeline lens: Click the JSON button in the toolbar.
Newline-delimited JSON — one JSON object per line, each with nested claims, entities, and location data.
Best for: Programmatic processing, feeding into language models, or importing into other systems.
From the Timeline lens: Click the Markdown button in the toolbar.
Formatted document with event titles as headings, timestamps, descriptions, and claims with source references.
Best for: Generating investigation reports, handoff summaries, or documentation.
From the Knowledge lens entity graph:
Best for: Including in reports, presentations, or sharing graph visualizations.
| Export Type | Filename Pattern |
|---|---|
| CSV | timeline-{investigationId}.csv |
| NDJSON | timeline-{investigationId}.ndjson |
| Markdown | timeline-{investigationId}.md |
| Entity Graph PNG | entity-graph.png |
All exported data is in open, machine-readable formats. An organization can leave with every byte of curated data without vendor lock-in.