callmine.

How do I download or share a Callmine report?

Reports·May 31, 2026·1 min·By Callmine Team

Download Callmine reports as PDF, DOCX, or JSON. Filenames encode active filters and timestamp. Public share links are not supported.

TL;DR

Open the report and click Download. Three formats are available: PDF (presentation-ready), DOCX (editable in Word or Google Docs), and JSON (for downstream tooling). Filenames encode active filters and a short timestamp. Public share links are not a Callmine feature.

Steps

  1. 01Open the report at /reports/<reportId>.
  2. 02Click the Download dropdown in the top-right action bar.
  3. 03Pick a format:
  4. 04The file downloads with a self-describing filename: report title, active filters, and a short timestamp.

Why no public share links

A Callmine report contains call transcript excerpts, deal context, and the LLM's analysis of those calls. That's sensitive material. We don't expose unauthenticated URLs anywhere in the product. To share with someone outside your workspace, download a file and email it — the export inherits whatever access controls your email and storage already have.

If you need a teammate to view a report inside Callmine, invite them to the workspace. See How do I invite teammates to my Callmine workspace?.

Filename conventions

A downloaded filename looks like:

callmine_<report-title>_<filter-summary>_<YYYYMMDD-HHMM>.<ext>

The filter summary is shortened — typically deal stage and date range. The timestamp is the download time, not the run time. Two downloads of the same report at different times produce two different filenames so you can keep both in the same folder without collision.

§ Common questions

Frequently asked.

Are there public share links?

No. Callmine reports are workspace-scoped — only members of the workspace can view them. To share with someone outside the workspace, download a PDF or DOCX and email it. We don't generate unauthenticated share URLs.

What's encoded in the filename?

The report title, the active filter set (deal stage, date range, etc.), and a short download timestamp. This makes a downloaded file self-describing — useful when emailing or archiving.

Does the JSON download include the raw transcripts?

No. The JSON payload contains the structured analysis output — per-call LLM responses, the executive summary roll-up, filter context. Transcripts are not part of the download by default.

Can I download a report after my plan's retention window expires?

If the report is still visible in your dashboard, yes. Hidden-by-retention reports become visible again on plan upgrade, at which point they can be downloaded normally. Data isn't deleted at retention expiry.