Saltar al contenido principal
GET
/
batch
/
scrape
/
{id}
/
errors
Obtener los errores de un trabajo de scraping por lotes
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>"
  ]
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string<uuid>
requerido

El ID de la tarea de scraping por lotes

Respuesta

Respuesta satisfactoria

errors
object[]

Tareas de scraping con errores y detalles de los errores

robotsBlocked
string[]

Lista de URL que se intentó scrapear pero fueron bloqueadas por robots.txt