Retrieve a list of job results

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

{
    "id": 21,
    "url": "https://netbox.c3voc.de/api/core/jobs/21/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/21/?format=api",
    "display": "8ced3c4d-9937-4a39-bcbb-83f42e3e1b4f",
    "object_type": null,
    "object_id": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2025-09-02T18:47:44.034652Z",
    "scheduled": "2025-09-03T18:47:43.152353Z",
    "interval": 1440,
    "started": "2025-09-03T18:47:43.606176Z",
    "completed": "2025-09-03T18:47:44.001970Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "8ced3c4d-9937-4a39-bcbb-83f42e3e1b4f"
}