English
cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/extract/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": {}, "status": "completed", "expiresAt": "2023-11-07T05:31:56Z", "tokensUsed": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the extract job
Successful response
The current status of the extract job
completed
processing
failed
cancelled
The number of tokens used by the extract job. Only available if the job is completed.