简体中文
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/crawl/{id}/errors \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "id": "<string>", "timestamp": "<string>", "url": "<string>", "error": "<string>" } ], "robotsBlocked": [ "<string>" ] }
注意:现已提供新的 该 API 的 v2 版本,功能与性能均有所提升。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the crawl job
Successful response
Errored scrape jobs and error details
显示 子属性
ISO timestamp of failure
Scraped URL
Error message
List of URLs that were attempted in scraping but were blocked by robots.txt