How do I open the per-task detail view from Uploads & Results?

Last updated May 19, 2026Bulk verification

Every completed bulk task in Valid Email Checker has a dedicated detail page at /verification-details/:taskId that shows the full breakdown: status counts, a donut chart of the result distribution, and the export controls for downloading the cleaned list. Opening that page is one click from the Uploads & Results listing.

The View Results button

On the Uploads & Results page, each task row has a View Results link in the Actions column on the right. For Completed tasks the link is active (purple text, becomes underlined on hover). For Processing, Pending, or Failed tasks the link is grayed out and disabled — you cannot open the detail view until results exist.

  1. Go to /uploads-results.
  2. Filter if you have many tasks. The status filter set to Completed is usually enough.
  3. Find the task you want and click View Results in the Actions column.
  4. The URL changes to /verification-details/<task-id> and the detail page loads.

What you see on the detail page

The detail page is built around a few sections:

  • Header with the list name, task ID, total email count, and creation date
  • Donut chart showing the distribution across Safe, Catch-All, Role, Invalid, Disposable, and the other result statuses
  • Status breakdown table with counts and percentages per status
  • Export controls: pick what to download (all results, only Safe, only Invalid, only Catch-All, only Disposable, only Role, only Disabled, only Spam Trap, only Inbox Full) and the file format (CSV, XLSX, JSON, TXT)
  • Download Unprocessed Emails button (appears only if part of the task had a partial failure — lets you grab the addresses that did not get verified for credit refund or retry)

Direct URL access

Every task has a stable URL. If you bookmark /verification-details/<task-id> for a specific task, the page loads directly when you come back, as long as the task still exists and you are signed in to the account that owns it. Team-member access checks against the task’s performed_by_user_id so each team member sees only the tasks they ran. Owners see every task on the account.

The page works for Deleted tasks too — partially
If you open a task whose per-address results were cleaned up by the 15-day retention, the detail page still loads. The donut chart and the status breakdown remain (from the saved summary counts), but the export controls are replaced with a notice that the raw results are no longer downloadable.