Retrieve a list of job results

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

{
    "id": 153,
    "url": "https://netbox.c3voc.de/api/core/jobs/153/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/153/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2026-01-12T18:47:43.784856Z",
    "scheduled": "2026-01-13T18:47:43.152353Z",
    "interval": 1440,
    "started": "2026-01-13T18:47:43.123973Z",
    "completed": "2026-01-13T18:47:43.521993Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "e1de7d60-68d3-4e61-bd09-8be4e09719c4",
    "log_entries": []
}