REPORTS

Report export is not built yet.

Listed because people look for it, and answered honestly because promising an export that does not exist is the sort of thing this product is supposed to be against.

No PDF, CSV or JSON export. Not built yet Data export is on the roadmap and is explicitly flagged internally as something not to promise yet. There is no download button hiding behind a paywall: the feature does not exist.

What you can take away today

  • A share link. Every free scan produces one. It shows the score, grade, category breakdown and coverage, expires after 30 days, and never exposes the findings themselves regardless of who opens it.
  • The API. GET /api/v1/public/scans/{scanId} returns the whole scorecard as JSON. If you need a report today, this is the honest route. It is the same data any export would contain. The docs cover it.
  • The screen. Unsatisfying, and true.

What an export will have to get right

The reason this is not trivial: a report that shows a score without its coverage figure is exactly the dishonesty the rubric exists to avoid. Any export has to carry the denominators: how many checks ran, how many pages were reached against how many exist, and which findings were model-judged rather than deterministic. A prettier version of a bare number would be worse than nothing.

Agency reporting

White-label reporting sits on the agency tier and is subject to the same constraint. Until export exists, the API is the integration point for anyone building client reporting on top of this.

Read the API docs What else is not built