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

Authorizations

X-API-Key
string
header
required

Query Parameters

user_id
string
required
skip
integer
default:0
limit
integer
default:10
is_batch
boolean | null

Response

200
application/json
Successful Response
total
integer
required
jobs
object[]
required