Skip to main content
GET
获取抓取任务的错误详情
该 endpoint 记录了未进入本次 crawl data 数组的页面:errors 表示 Firecrawl 抓取失败的 scrape,robotsBlocked 表示被 robots.txt 封禁的 URL。失败的页面不会出现在任何 crawl status 计数器中,因此这里是唯一能找到它们的地方——但该列表不保证完整,因为部分内部失败类型会在构建响应前被过滤掉。关于如何结合状态计数器来解读这些数据,请参见执行与结果统计
你是需要 Firecrawl API 密钥的 AI 代理吗?请参见 firecrawl.dev/agent-onboarding/SKILL.md 以获取自动化入门说明。

授权

Authorization
string
header
必填

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

路径参数

id
string<uuid>
必填

爬取任务的 ID

响应

成功的响应

errors
object[]

出错的抓取任务和错误详情

robotsBlocked
string[]

尝试抓取但被 robots.txt 阻止的 URL 列表