Skip to main content
GET
Get the errors of a crawl job
This endpoint records pages that did not make it into the crawl’s data array: errors for scrapes Firecrawl failed, and robotsBlocked for URLs blocked by robots.txt. Failed pages appear nowhere in the crawl status counters, so this is the only place to find them — but the list is not guaranteed complete, because some internal failure classes are filtered out before the response is built. See Execution and result accounting for how to read it alongside the status counters.
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.

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 crawl 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