get_job_status
Check the status of an asynchronous web scraping job to monitor progress and retrieve results when ready. Supports pending, processing, completed, failed, and cancelled statuses.
Instructions
Get the status of an async scraping job.
Statuses:
pending: Job is queued
processing: Worker is scraping
completed: Success, result available
failed: Error occurred
cancelled: Job was cancelled
Poll this endpoint until status is 'completed' or 'failed'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned from scrape_async |