scrape_job_status
Check the status of a web crawling or batch job and retrieve completed pages, with an option to wait for job completion.
Instructions
Get the status (and any completed pages) of a crawl/batch job.
Args: job_id: The job id returned by scrape_crawl / scrape_batch. wait: If true, block until the job leaves "running" (or wait_timeout). wait_timeout: Max seconds to wait when wait=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| wait | No | ||
| wait_timeout | No |