GET
/
job
/
{job_id}
Get Job Status
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>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

job_id
string<uuid>
required

The job ID returned from extract_async

Response

200
application/json

Job status retrieved

The response is of type object.