Documentation Index
Fetch the complete documentation index at: https://mintlify.com/firecrawl/firecrawl/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/crawl//errors
Get detailed information about errors that occurred during a crawl job.Authentication
This endpoint requires authentication using a Bearer token. Include your API key in theAuthorization header:
Path Parameters
The ID of the crawl job (UUID format)
Response
Errored scrape jobs and error details. Each error object contains:
List of URLs that were attempted in scraping but were blocked by robots.txt
Example Request
Example Response
Error Responses
402 Payment Required
429 Too Many Requests
500 Server Error
Common Error Types
- 404 Not Found: The URL doesn’t exist or has been removed
- 403 Forbidden: Access to the URL is forbidden
- Timeout: The page took too long to load
- SSL/TLS errors: Certificate validation failed
- Network errors: Connection issues or DNS failures
- Robots.txt blocks: URLs blocked by the site’s robots.txt file (listed separately)
Use Cases
- Debug why certain pages weren’t crawled
- Identify problematic URLs in your crawl
- Monitor robots.txt restrictions
- Track down broken links or access issues
- Improve crawl configuration based on error patterns