Retrieve a list of job results

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

{
    "id": 14,
    "url": "https://netbox.c3voc.de/api/core/jobs/14/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/14/?format=api",
    "display": "ae2975e3-ce6e-4cb8-973b-32df4d62d6ec",
    "object_type": null,
    "object_id": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-08-26T18:47:44.259970Z",
    "scheduled": "2025-08-27T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-08-27T18:47:43.735552Z",
    "completed": "2025-08-27T18:47:44.089879Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "ae2975e3-ce6e-4cb8-973b-32df4d62d6ec"
}