CSV export
Download all scored signups in a period as CSV. Useful for offline analysis, piping into Excel / BI / warehouse, or just keeping a record. The button lives on the Stats page (Tools card).
Columns
uuid— the check's UUID (same asidin API responses)created_at_utc— ISO-8601 timestampmode—liveortestname,email,phone,country,ip— the signup fields you submittedscore— 0–100verdict— allow / review / blockoverride_verdict— only populated when an operator overrode the verdictduration_ms— how long scoring tookmodel_version— which scoring model decided
Limits
No row limit, but huge exports stream. For a million-row CSV, the download will take seconds and the file will be ~150–200MB. Pick a smaller period if you don't need all of it.
Not included
- Reasons — would explode the file size. Use the API to fetch reason arrays per check, or join in your warehouse against our
check_reasonsshape. - Vendor call details — available via the per-check detail page but not in bulk export.
- Passwords — never stored, never exported.
Automation
The CSV URL is GET-accessible to any signed-in user with permission. For programmatic export, prefer the v1 API — we'll add a dedicated bulk export endpoint when there's customer demand for it. For now, scripting a session-cookie-authenticated curl works.