alterlab_crawl_status
Check the status and retrieve results of an ongoing or completed web crawl. Use after initiating a crawl to get scraped page content when completed.
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 |