日本語
cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/agent/{jobId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "status": "processing", "data": {}, "error": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "creditsUsed": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
エージェントジョブのID
成功時のレスポンス
processing
completed
failed
抽出されたデータ(ステータスが completed の場合にのみ存在)
エラーメッセージ(status が failed の場合にのみ含まれます)