GET
/
api
/
jobs
/
poll
{
  "id": 123,
  "status": "PENDING",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "results": [
    {}
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

jobId
integer
required

ID of the job to check

Response

200
application/json

Job status retrieved successfully

The response is of type object.