check_crawlhtml_status
Monitor the status of a Firecrawl HTML crawl job by providing its ID. Obtain real-time updates and insights into the crawl process, ensuring efficient management of web data extraction tasks.
Instructions
Check the status of an existing Firecrawl HTML crawl job.
Args:
crawl_id: ID of the crawl job to check
Returns:
Dictionary containing the current status of the crawl job
Input Schema
Name | Required | Description | Default |
---|---|---|---|
crawl_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"crawl_id": {
"title": "Crawl Id",
"type": "string"
}
},
"required": [
"crawl_id"
],
"title": "check_crawlhtml_statusArguments",
"type": "object"
}