爬取端点
获取爬取错误
GET
获取爬取任务的错误信息
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
注意:现已提供此 API 的全新 v2 版本,具备更强大的功能和更好的性能。
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>"
]
}Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
注意:现已提供此 API 的全新 v2 版本,具备更强大的功能和更好的性能。
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>"
]
}