Check Job Status
check_job_statusPoll a running verification job to get the full result, failure reason, or a 'still processing' status for retry.
Instructions
Poll a long-running (async) verification job created by verify_business. Returns the full verification result once complete, a failure reason if it failed, or a "still processing" status to poll again. Free — no credits charged — but requires authentication. Pass the job_id from the verify_business async response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by verify_business when it runs asynchronously |