English
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>
The ID of the agent job
Successful response
processing
completed
failed
The extracted data (only present when status is completed)
Error message (only present when status is failed)