Retrieve a list of job results

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

{
    "id": 87,
    "url": "https://netbox.c3voc.de/api/core/jobs/87/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/87/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-11-07T18:47:44.129395Z",
    "scheduled": "2025-11-08T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-11-08T18:47:43.305367Z",
    "completed": "2025-11-08T18:47:43.666933Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "1d9e3f88-a0d0-4d4d-af2f-42e22b99dc6a",
    "log_entries": []
}