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
id
string
required
message
string
required
title
string
required
status
enum<string>
required
Available options:
PENDING,
IN_PROGRESS,
DONE,
FAILED,
RETRYING,
REGISTER_OFFLINE_RETRYING
results
object
required