cURL
curl --request POST \ --url https://api.firecrawl.dev/v2/fdw/job-results \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "job_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "success": true, "data": [ { "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "mode": "<string>", "result_json": {}, "found": true, "error": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 100
Successful response
true
Show child attributes