---
title: "Changes to Get Job Status"
method: GET
path: "/api/v1/ingestion/jobs/{ingest_job_id}/status"
---

# Changes to Get Job Status

`GET /api/v1/ingestion/jobs/{ingest_job_id}/status`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 4 revisions.

- **2026-09-17** `23dbda5f105c` — 1 breaking, 1 warning, 2 info
- **2026-09-12** `3683abf6922b` — 1 info
- **2026-08-22** `1223758be9ba` — 2 breaking, 3 warning

## Changes

- **2026-09-17** `23dbda5f105c` — 1 breaking, 1 warning, 2 info
  - added `#/components/schemas/ingestion_IngestJobStatusResponse, #/components/schemas/ingestion_EmptyResponse` to the response body `oneOf` list for the response status `200`
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `HTTPBearer` was added to the API
  - removed `#/components/schemas/ingestion:IngestJobStatusResponse, #/components/schemas/ingestion:EmptyResponse` from the response body `oneOf` list for the response status `200`
- **2026-09-12** `3683abf6922b` — 1 info
  - api operation id `get-job-status-api-v-1-ingestion-jobs-ingest-job-id-status-get` removed and replaced with `ingestion_status_get_job_status_api_v1_ingestion_jobs__ingest_job_id__status_get`
- **2026-08-22** `1223758be9ba` — 2 breaking, 3 warning
  - for the `path` request parameter `ingest_job_id`, the minLength was increased from `0` to `24`
  - added the pattern `^[0-9a-f]{24}$` to the `path` request parameter `ingest_job_id`
  - for the `query` request parameter `limit`, the exclusiveMinimum was set to `0.00`
  - for the `path` request parameter `ingest_job_id`, the maxLength was set to `24`
  - for the `query` request parameter `offset`, the min was set to `0.00`

---

[Operation](https://skmtc.dev/coactive/apis/api-reference/docs/api/v1/ingestion/jobs/:ingest_job_id/status/get.md) · [API](https://skmtc.dev/coactive/apis/api-reference.md) · [Page](https://skmtc.dev/coactive/apis/api-reference/changes/api/v1/ingestion/jobs/:ingest_job_id/status/get)
