Retrieve a list of job results

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

{
    "id": 128,
    "url": "https://netbox.c3voc.de/api/core/jobs/128/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/128/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-12-18T18:47:43.936048Z",
    "scheduled": "2025-12-19T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-12-19T18:47:43.565565Z",
    "completed": "2025-12-19T18:47:43.939968Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "167d5fe5-710a-4c59-b693-cb59148afa06",
    "log_entries": []
}