Retrieve a list of job results

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

{
    "id": 143,
    "url": "https://netbox.c3voc.de/api/core/jobs/143/?format=api",
    "display_url": "https://netbox.c3voc.de/core/jobs/143/?format=api",
    "display": "System Housekeeping",
    "object_type": null,
    "object_id": null,
    "object": null,
    "name": "System Housekeeping",
    "status": {
        "value": "completed",
        "label": "Completed"
    },
    "created": "2026-01-02T18:47:43.540306Z",
    "scheduled": "2026-01-03T18:47:43.152353Z",
    "interval": 1440,
    "started": "2026-01-03T18:47:43.941891Z",
    "completed": "2026-01-03T18:47:44.303791Z",
    "user": null,
    "data": null,
    "error": "",
    "job_id": "614e29d9-6214-40c5-b7f0-a7d495e7b5be",
    "log_entries": []
}