GET
/
api
/
v1
/
jobs
/
results
/
{job_id}
curl --request GET \
  --url https://api.registercheck.de/api/v1/jobs/results/{job_id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "message": "<string>",
  "title": "<string>",
  "status": "PENDING",
  "results": {}
}

The json Response structure depends on the Job you triggered via one of the POST Job Trigger Endpoints

Authorizations

X-API-Key
string
header
required

Path Parameters

job_id
string
required

Response

200
application/json

Successful Response

The response is of type object.