v1

latestOpenAPI 3.0.0AGPL-3.0 OR Commercial2026-07-1751922.3 KB

/v1/bulk/{job_id}

Retrieve the progress of a bulk verification job.

get/v1/bulk/{job_id}

Response

OK

job_idinteger required
created_atstring date-time required

The date and time when the bulk verification job was created.

finished_atstring date-time

If the bulk verification job is completed, the date and time when it was finished.

total_recordsinteger required

The number of emails to verify in the bulk verification job.

total_processedinteger required

The number of emails that have been verified at the time of the query.

job_status'Running' | 'Completed' required

The status of the job, either "Running" or "Completed".