---
title: "Get the errors of a batch scrape job"
method: GET
path: "/batch/scrape/{id}/errors"
tags: ["Scraping"]
---

# Get the errors of a batch scrape job

`GET /batch/scrape/{id}/errors`

## Response `200`

Successful response

- CrawlErrorsResponseObj
  - `errors` object[] — Errored scrape jobs and error details
    - `id` string
    - `timestamp` string, nullable — ISO timestamp of failure
    - `url` string — Scraped URL
    - `error` string — Error message
  - `robotsBlocked` string[] — List of URLs that were attempted in scraping but were blocked by robots.txt

## Other responses

- `402` — Payment required
- `429` — Too many requests
- `500` — Server error

---

[API](https://skmtc.net/firecrawl/apis/firecrawl-api.md) · [All operations](https://skmtc.net/firecrawl/apis/firecrawl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firecrawl/firecrawl-api/versions/e350fafb5a2a/schema)
