Get the results of a completed bulk job
get_job_resultsRetrieve per-address verdicts, recommendations, and summary stats from a completed bulk email verification job using its job ID.
Instructions
Fetch the full per-address results of a completed bulk verification job by job_id (each email's verdict, recommendation, and reason) plus the valid/invalid/risky summary and credits used. The job must be 'completed' — check get_job_status first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by submit_bulk. |