Bulk Job Results
Retrieve verification results for a bulk job. Returns an array of EmailVerificationResponse objects for every email processed so far.
results array will only contain entries for emails processed so far.
Fetching partial results
You do not need to wait for a job to reachcomplete status before calling this endpoint. If you call it while the job is still in_progress, the response will contain whatever results are available at that moment. The total_results field reflects the number of results in the current response, not the final total for the job.
To confirm you have all results, check that the job status is complete and pending_retries is empty ([]) before treating the result set as final. pending_retries is an array of email addresses still queued for automatic greylist retry — an empty array means the job has fully settled.Authorizations
API key for authentication
Path Parameters
Response
Successful Response
Results of a completed bulk verification job.
Unique job identifier.
"123e4567-e89b-12d3-a456-426614174000"
Job status when results were fetched.
complete, partial_complete_retrying "complete"
Total number of results in this response.
500
Array of email verification results.
Emails still being retried (greylisted, awaiting MTA retry window). Empty when the job has fully settled.
Length of pending_retries — the number of emails still queued for greylist retry. Always equal to len(pending_retries).
0