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" }
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 response is of type object.
object