English
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/crawl/{id}/errors \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "id": "<string>", "timestamp": "<string>", "url": "<string>", "error": "<string>" } ], "robotsBlocked": [ "<string>" ] }
Note: A new v2 version of this API is now available with improved features and performance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the crawl job
Successful response
Errored scrape jobs and error details
Show child attributes
List of URLs that were attempted in scraping but were blocked by robots.txt