Fictura
Exports

CSV exports

Your attribution and links data as CSV, on demand — with honest headers when a result was truncated.

Exports are pull-based: click Export CSV on the Attribution page (per report) or the Links table and the file downloads with a dated name like fictura-installs-2026-07-14-2026-08-11.csv. There is no scheduled-export system today — no cron, no S3 destination; if you need continuous data out, that's what PostHog mirroring is for.

The endpoint underneath

Request
GET /api/v1/measure/export?report=installs|events|touches&since=YYYY-MM-DD&until=YYYY-MM-DD
  • Authenticated as you, not as the app: it takes your dashboard session (Authorization: Bearer + x-app-id), so it's for browser and internal use rather than server integrations.
  • All timestamps are UTC. Omitting the range defaults to the trailing 28 days; a malformed date is a 400 invalid_range naming the parameter, and an inverted range errors rather than silently returning nothing.
  • Large results are truncated loudly: X-Fictura-Row-Count and X-Fictura-Truncated headers say exactly what you got.

On this page