Retrieve a list of job results

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

{
    "id": 146,
    "url": "https://netbox.c3voc.de/api/core/jobs/146/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/146/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2026-01-05T18:47:43.648033Z",
    "scheduled": "2026-01-06T18:47:43.152353Z",
    "interval": 1440,
    "started": "2026-01-06T18:47:43.631636Z",
    "completed": "2026-01-06T18:47:43.983128Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "ab6cf411-4fb7-40eb-a634-b34c4759fbe5",
    "log_entries": []
}