Downloading your verification results: formats, filters, and the 15-day window

Last updated May 19, 2026Email verification

Your verification is done. Time to pull the results.

You get full control over the export — download everything at once, or filter by status and grab only the rows you need. CSV, XLSX, JSON, and TXT are all supported. This page walks through each option.

Getting to the details page

  1. Open Uploads & Results in the sidebar.
  2. Find the completed job in the list.
  3. Click View Results.

You land on the Verification Details page, which is the command center for that job.

Verification details page with success-rate stats, a donut chart of status breakdown, and an export panel on the right
The verification details page — quick stats, status breakdown, and exports all in one view.

What the details page shows

Quick stats

StatWhat it shows
Total EmailsHow many addresses were in the upload
Success RatePercentage that are safe to send
Bounce RatePercentage likely to bounce
UploadedWhen you started the job

A success rate above 90% means the list is in good shape. Below that and you have cleanup to do before sending.

Verification breakdown

A donut chart breaks every address down by status — Safe, Role, Catch-All, Disposable, Inbox Full, Spam Trap, Disabled, Invalid, Risky, Unknown — with exact counts next to each slice.

Exporting your results

The Export Results panel sits on the right side of the page. Three decisions: what to include, what format, and click download.

Step 1 — choose what to download

The Select Type dropdown filters by status. Each option shows the count next to it, so you know exactly what you will get.

Export Results panel with the Select Type dropdown open, showing All Emails, Valid Emails, Invalid Emails, Catch-All, Disposable, Role, Disabled, Spam Trap, and Inbox Full options with counts in parentheses
Filter the export by status — each row shows how many addresses you will get.
FilterContents
All EmailsComplete results file
Valid EmailsSafe addresses only (ready to send)
Invalid EmailsOnly bounced / non-existent addresses
Catch-All DomainsOnly catch-all server addresses
Disposable EmailsOnly temporary/throwaway addresses
Role AccountsOnly team emails (info@, support@)
DisabledOnly deactivated accounts
Spam TrapsOnly honeypot addresses
Inbox FullOnly full mailboxes
Just the good stuff
Want only the safe-to-send addresses? Pick Valid Emails and you'll get the cleaned, ready-to-import list — no extra filtering needed.

Step 2 — pick a format

FormatBest for
CSVUniversal — Excel, Google Sheets, most tools
XLSXMicrosoft Excel with formatting preserved
JSONAPI integrations, scripts, data pipelines
TXTPlain list — one email per line, no extra columns

Step 3 — download

Click Export (the button label changes to match your filter — Export All Emails, Export Valid Emails, and so on). The file downloads immediately.

What is in the downloaded file

Your export keeps every column from your original upload, plus 14 verification columns appended to the right.

ColumnDescriptionExample
EmailThe email addressjohn@example.com
StatusVerification resultsafe, invalid, catch_all
ScoreConfidence score (0–100)98
DomainEmail domainexample.com
Safe to SendQuick yes/noYes
DeliverableWill it deliver?Yes
Free EmailGmail/Yahoo/etc.?No
DisposableThrowaway?No
Catch-AllAccepts everything?No
Role AccountTeam email?No
Spam TrapHoneypot?No
Inbox FullMailbox full?No
DisabledAccount deactivated?No
MX FoundMail server exists?Yes
Verified DateWhen the check ran01/01/2026, 11:33 AM

Your original data is preserved

If your upload included additional columns (names, company, notes, custom IDs), they survive intact. We append our columns to the right — we never delete or reorder yours.

Original file:

csv
email,first_name,company
john@acme.com,John,Acme Inc

Downloaded results:

csv
email,first_name,company,Status,Score,Domain,Safe to Send,...
john@acme.com,John,Acme Inc,safe,98,acme.com,Yes,...

Downloading unprocessed emails

If your job completed with a warning, some servers were unreachable during verification. A separate Download Unprocessed Emails button appears for those.

A banner near the export panel tells you what happened, for example:

Unprocessed batch
500 emails could not be processed. You have been refunded 500 credits.

What to do with the unprocessed file:

  1. Download the unprocessed list.
  2. Wait a day or two — server outages are usually short-lived.
  3. Re-upload the file for another attempt.
  4. Most will verify successfully on the retry.

You were already refunded for the unprocessed rows, so re-verifying costs you nothing extra.

TXT format: just the emails

TXT exports give you a flat list of email addresses, one per line — no header row, no extra columns:

john@example.com
sarah@company.org
mike@business.net

Useful when you need a clean list to paste somewhere or to feed into a tool that only takes plain text. If you need the verification details, pick CSV, XLSX, or JSON instead.

JSON format: for developers

JSON gives you structured data, ideal for feeding into a CRM, custom scripts, or data pipelines:

json
[
  {
    "email": "john@example.com",
    "status": "safe",
    "score": 98,
    "domain": "example.com",
    "safe_to_send": true,
    "deliverable": true,
    "free_email": false,
    "disposable": false,
    "catch_all": false,
    "role_account": false,
    "spam_trap": false,
    "inbox_full": false,
    "disabled": false,
    "mx_found": true,
    "verified_at": "2026-01-01T11:33:00Z"
  }
]

The 15-day retention window

Download before 15 days
Verification results are automatically deleted 15 days after the job completes. We cannot recover deleted data. Download what you need before the deadline.

The 15-day window is a privacy choice, not a storage limit — see how we protect your data for the full reasoning. For practical purposes: pull your file as soon as the job finishes, especially for important lists.

Tips

Use filters strategically

Instead of downloading everything and filtering in Excel, use the built-in filter dropdown. Need only good emails? Download Valid Emails. Want to audit invalids? Download Invalid Emails. Saves time and gives you exactly what you need.

Keep your original file

The download includes all your original columns plus verification data, but it is still worth keeping a backup of the raw upload. You never know when you might need the pre-verification version.

Download as many times as you want

Re-downloading does not consume anything. Pull the same file in CSV, then XLSX, then JSON if you want — your job stays available until the 15-day window closes.

Common questions

Why is my file empty?

If you picked a filter (say, "Spam Traps") but the count next to it is 0, you will download an empty file. Check the count in parentheses before exporting.

Can I download directly to Google Sheets?

Not directly, but: download as CSV, open Google Sheets, File → Import → Upload. Ten seconds end to end.

What if I need the results after 15 days?

Download before the deadline. Once deleted, results cannot be recovered. If you miss the window, you will have to re-upload and re-verify the list — which costs credits again.

Quick reference

FeatureDetails
FormatsCSV, XLSX, JSON, TXT
FiltersAll, Valid, Invalid, Catch-All, Disposable, Role, Disabled, Spam Trap, Inbox Full
Original dataPreserved — verification columns appended, never replacing yours
Columns added14 verification fields
Retention15 days, then auto-deleted
Re-downloadsUnlimited within the retention window

Next steps