firecrawl_check_crawl_status
Check the status and progress of a web crawling job to monitor completion and retrieve results when available.
Instructions
Check the status of a crawl job.
Usage Example:
{
"name": "firecrawl_check_crawl_status",
"arguments": {
"id": "550e8400-e29b-41d4-a716-446655440000"
}
}
Returns: Status and progress of the crawl job, including results if available.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Crawl job ID to check |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Crawl job ID to check",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}