Retrieve a list of job results

GET /api/core/jobs/32/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 32,
    "url": "https://netbox.c3voc.de/api/core/jobs/32/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/32/?format=api",
    "display": "4b37462f-66c1-471b-9939-0b98f4211ad0",
    "object_type": null,
    "object_id": null,
    "name": "System Housekeeping",
    "status": {
        "value": "scheduled",
        "label": "Scheduled"
    },
    "created": "2025-09-13T18:47:44.542857Z",
    "scheduled": "2025-09-14T18:47:43.152353Z",
    "interval": 1440,
    "started": null,
    "completed": null,
    "user": null,
    "data": null,
    "error": "",
    "job_id": "4b37462f-66c1-471b-9939-0b98f4211ad0"
}