Get the status of a bulk verification job
get_job_statusCheck a bulk verification job's status and progress using its job ID. See percent complete, processed count, and validity summary to know when it's done.
Instructions
Fetch the current status and progress of a bulk verification job by its job_id (status, percent progress, processed count, and a valid/invalid/risky summary). Poll this after submit_bulk until status is 'completed', then call get_job_results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by submit_bulk. |