Retrieve a list of job results

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

{
    "id": 127,
    "url": "https://netbox.c3voc.de/api/core/jobs/127/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/127/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-12-17T18:47:44.179816Z",
    "scheduled": "2025-12-18T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-12-18T18:47:43.517965Z",
    "completed": "2025-12-18T18:47:43.914034Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "d8c3a4da-930a-4c46-bb67-7533f077563d",
    "log_entries": []
}