spidra_check_crawl_status
Check the status of a web crawl job by jobId, showing progress during crawling and extracted page data upon completion.
Instructions
Check the status of a crawl job by jobId. While running, returns progress (pagesCrawled/maxPages). When completed, returns the extracted data for every page. Job statuses: waiting/active/running are in progress; completed, failed, and cancelled are terminal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The crawl job id returned by spidra_crawl |