cURL
curl --request GET \ --url https://dev.api.runpulse.com/job/{job_id} \ --header 'x-api-key: <api-key>'
{ "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "result": {}, "error": "<string>" }
Check the status and retrieve results of an async extraction job
API key for authentication
The job ID returned from extract_async
Job status retrieved
The response is of type object.
object