Retrieve a list of job results

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

{
    "id": 25,
    "url": "https://netbox.c3voc.de/api/core/jobs/25/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/25/?format=api",
    "display": "58b03c11-533a-4618-978e-70072b835ee8",
    "object_type": null,
    "object_id": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-09-06T18:47:43.623604Z",
    "scheduled": "2025-09-07T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-09-07T18:47:43.095317Z",
    "completed": "2025-09-07T18:47:43.485794Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "58b03c11-533a-4618-978e-70072b835ee8"
}