Retrieve a list of job results

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

{
    "id": 86,
    "url": "https://netbox.c3voc.de/api/core/jobs/86/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/86/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-11-06T18:47:44.421233Z",
    "scheduled": "2025-11-07T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-11-07T18:47:43.752806Z",
    "completed": "2025-11-07T18:47:44.105575Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "c05a6987-12ac-4675-ab85-a2a302541922",
    "log_entries": []
}