Skip to content
All articles

Analytics

CSV export

Pull your subscribers into any tool you already use.

CSV export is free on every plan, every time. From the dashboard's Subscribers tab, click Export to download a UTF-8 CSV with one row per subscriber. The file is generated on demand — no scheduling, no quotas.

Columns: email, position, referral_code, referral_count, referred_by_email, status, created_at, plus any keys from the metadata JSONB column flattened with dot notation. Email addresses are not masked in your own export — you own that data.

The export streams as a text/csv response with Content-Disposition: attachment, so it works in every browser without hitting memory limits even for hundreds of thousands of rows. Excel, Google Sheets, and Airtable all import it cleanly.

If you need automation, hit GET /api/v1/pages/<id>/subscribers.csv with your API token — same data, same format, no UI step. See REST API basics for auth.

Updated 2026-04-1516 of 24