cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/batch/scrape/{id}/errors \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "id": "<string>", "timestamp": "<string>", "url": "<string>", "error": "<string>" } ], "robotsBlocked": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
L’ID du job de scraping par lots
Réponse en cas de succès
Tâches de scraping en échec et détails des erreurs
Show child attributes
Liste des URL qui ont été tentées lors du scraping mais bloquées par robots.txt