Transcom Group Veritus

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 as id in API responses)
  • created_at_utc — ISO-8601 timestamp
  • modelive or test
  • name, email, phone, country, ip — the signup fields you submitted
  • score — 0–100
  • verdict — allow / review / block
  • override_verdict — only populated when an operator overrode the verdict
  • duration_ms — how long scoring took
  • model_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_reasons shape.
  • 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.

Found a typo or have a suggestion? Let us know.