Retrieve a list of job results

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

{
    "id": 100,
    "url": "https://netbox.c3voc.de/api/core/jobs/100/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/100/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-11-20T18:47:43.691582Z",
    "scheduled": "2025-11-21T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-11-21T18:47:44.024235Z",
    "completed": "2025-11-21T18:47:44.415138Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "0e1c1a06-f90f-48c8-8ff1-3ad65a88e88c",
    "log_entries": []
}