Scrape エンドポイント
バッチスクレイプのエラーを取得する
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.
curl --request GET \
--url https://api.firecrawl.dev/v2/batch/scrape/{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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
バッチスクレイピングジョブのID
curl --request GET \
--url https://api.firecrawl.dev/v2/batch/scrape/{id}/errors \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"id": "<string>",
"timestamp": "<string>",
"url": "<string>",
"error": "<string>"
}
],
"robotsBlocked": [
"<string>"
]
}