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

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.