Check crawl status
crw_check_crawl_statusPoll an async crawl job by ID to check its progress and retrieve scraped pages. Set an optional character limit per page for content.
Instructions
Poll an async crawl job and retrieve its pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Crawl job id from crw_crawl | |
| maxLength | No | Max chars per page content field; 0 = unbounded (default ~15000) |