Retrieve a list of job results

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

{
    "id": 175,
    "url": "https://netbox.c3voc.de/api/core/jobs/175/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/175/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "scheduled",
        "label": "Scheduled"
    },
    "created": "2026-02-03T18:47:43.741505Z",
    "scheduled": "2026-02-04T18:47:43.152353Z",
    "interval": 1440,
    "started": null,
    "completed": null,
    "user": null,
    "data": null,
    "error": "",
    "job_id": "46916e1c-d596-46b2-a4e8-8a764a06fd25",
    "log_entries": []
}