GET
/
job
/
{job_id}
curl --request GET \
  --url https://pro.api.runpulse.com/job/{job_id} \
  --header 'x-api-key: <api-key>'
{
  "created_at": "2024-12-11T06:36:18.236779+00:00",
  "estimated_completion_time": "2024-12-11T06:41:18.236779+00:00",
  "job_id": "JOB_ID",
  "progress": 10.2,
  "status": "pending",
  "updated_at": "2024-12-11T06:36:18.316609+00:00"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-api-key
string
required

API key for authorization

Path Parameters

job_id
string
required

ID of the job to check

Response

200 - application/json

Job status retrieved successfully

The response is of type object.