Passer au contenu principal
GET
/
batch
/
scrape
/
{id}
/
errors
Get the errors of a batch scrape job
curl --request GET \
  --url https://api.firecrawl.dev/v1/batch/scrape/{id}/errors \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "id": "<string>",
      "timestamp": "<string>",
      "url": "<string>",
      "error": "<string>"
    }
  ],
  "robotsBlocked": [
    "<string>"
  ]
}
Remarque : Une version v2 de cette API est désormais disponible, avec un meilleur rapport d’erreurs et des capacités de débogage améliorées.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the batch scrape job

Response

Successful response

errors
object[]

Errored scrape jobs and error details

robotsBlocked
string[]

List of URLs that were attempted in scraping but were blocked by robots.txt