alterlab_crawl_status
Monitor crawl progress and retrieve scraped pages by polling status with a crawl ID. Returns status: queued, running, completed, failed, cancelled.
Instructions
Poll the status and results of an ongoing or completed crawl. Call this after alterlab_crawl to check progress and retrieve scraped pages. Status values: queued, running, completed, failed, cancelled. When completed, results contains the scraped page content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crawl_id | Yes | Crawl ID returned by alterlab_crawl |