メインコンテンツへスキップ
GET
/
extract
/
{id}
抽出ジョブの状態を取得する
curl --request GET \
  --url https://api.firecrawl.dev/v1/extract/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {},
  "status": "completed",
  "expiresAt": "2023-11-07T05:31:56Z"
}
注意: 機能とパフォーマンスが向上した v2 版 API が利用可能です。

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<uuid>
必須

抽出ジョブのID

レスポンス

200 - application/json

成功時のレスポンス

success
boolean
data
object
status
enum<string>

抽出ジョブの現在のステータス

利用可能なオプション:
completed,
processing,
failed,
cancelled
expiresAt
string<date-time>