Retrieve a list of job results

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

{
    "id": 26,
    "url": "https://netbox.c3voc.de/api/core/jobs/26/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/26/?format=api",
    "display": "27363948-c8a2-4616-8725-54a30e034b31",
    "object_type": null,
    "object_id": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-09-07T18:47:43.510142Z",
    "scheduled": "2025-09-08T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-09-08T18:47:43.035791Z",
    "completed": "2025-09-08T18:47:43.427716Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "27363948-c8a2-4616-8725-54a30e034b31"
}