This endpoint retrieves the job history for a specific user, with optional filtering and pagination.
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>" } ] }
Show child attributes
PENDING
IN_PROGRESS
DONE
FAILED
RETRYING
REGISTER_OFFLINE_RETRYING