Crawl Endpoints
Get Crawl Errors
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the crawl job

