Retrieve a list of job results

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

{
    "id": 13,
    "url": "https://netbox.c3voc.de/api/core/jobs/13/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/13/?format=api",
    "display": "6a134873-f024-42a4-8f4a-d5ffee07f971",
    "object_type": null,
    "object_id": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-08-25T18:47:43.734312Z",
    "scheduled": "2025-08-26T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-08-26T18:47:43.661999Z",
    "completed": "2025-08-26T18:47:44.239590Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "6a134873-f024-42a4-8f4a-d5ffee07f971"
}