The search page (sidebar > 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 |
| Timelines | Timeline titles and summaries |
| 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.
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. Hobby users will see an upgrade prompt when clicking the export buttons. The Entity Graph PNG export is available on all tiers. See Account and Subscription for details.
From the timeline detail page: 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 |
Events without claims still appear — claim fields are empty for those rows.
Best for: Spreadsheet analysis, data visualization, sharing with collaborators.
From the timeline detail page: Click the JSON button in the toolbar.
The JSON export uses newline-delimited JSON (NDJSON) format — one JSON object per line, each representing an event with nested data:
{"event": {...}, "claims": [...], "entities": [...], "location": {...}}Each event object includes:
Best for: Programmatic processing, feeding into language models, importing into databases or analysis pipelines.
From the timeline detail page: Click the Markdown button in the toolbar.
The Markdown export produces a formatted document suitable for reports and documentation:
Best for: Generating investigation reports, handoff summaries, or publishing to documentation platforms.
From the timeline-specific Entity Graph page:
The export captures:
Best for: Including in reports, presentations, or sharing graph visualizations.
| Export Type | Filename Pattern |
|---|---|
| CSV | timeline-{timelineId}.csv |
| NDJSON | timeline-{timelineId}.ndjson |
| Markdown | timeline-{timelineId}.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. The export structures are documented and stable.