Check Batch Job Status
deliveriq_batch_statusMonitor the progress of a batch verification job by providing its ID. Receive status updates, progress percentage, and a final summary when complete.
Instructions
Check the status and progress of a batch verification job.
Args:
job_id (string): The job ID from deliveriq_batch_verify
Returns: Job status, progress percentage, and summary when complete.
Examples:
"Check job abc123" -> { job_id: "abc123" }
Credit cost: Free
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Batch job ID returned by deliveriq_batch_verify |