---
title: "Changes to get_processing_status_by_id"
method: GET
path: "/v1/ingest/{processId}"
---

# Changes to get_processing_status_by_id

`GET /v1/ingest/{processId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 11 of 50 revisions.

- **2024-07-25** `100a68ae1698` — 4 warning, 44 info
- **2024-07-25** `af54b546cf62` — 4 info
- **2024-06-28** `f97e210f1431` — 4 info
- **2024-02-01** `bc7318def107` — 4 warning
- **2023-12-31** `4c5920188a7d` — 8 warning
- **2023-11-29** `3bb565058636` — 4 warning, 4 info
- **2023-11-29** `bf7061385e18` — 1 breaking, 40 warning, 2 info
- **2023-10-05** `5ee59ea914aa` — 2 info
- **2023-10-05** `9f04a0095408` — 4 warning, 4 info
- **2023-10-04** `7d474e21a108` — 2 info
- **2023-10-04** `79c42de78d2f` — 7 breaking, 31 warning, 12 info

## Changes

- **2024-07-25** `100a68ae1698` — 4 warning, 44 info
  - removed the optional property `ingest/progress/cancelled/documents/items/document` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/document` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/document` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/document` from the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/bucketId` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/fileName` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/fileSize` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/fileType` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/processId` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/searchData` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/sourceUrl` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/status` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/statusMessage` to the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/xrayUrl` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/bucketId` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/fileName` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/fileSize` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/fileType` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/processId` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/searchData` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/sourceUrl` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/status` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/statusMessage` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/xrayUrl` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/bucketId` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/fileName` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/fileSize` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/fileType` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/processId` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/searchData` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/sourceUrl` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/status` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/statusMessage` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/xrayUrl` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/bucketId` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/fileName` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/fileSize` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/fileType` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/processId` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/searchData` to the response with the `200` status
  - …8 more
- **2024-07-25** `af54b546cf62` — 4 info
  - the response property `ingest/progress/cancelled/documents/items/document/documentId` became required for the status `200`
  - the response property `ingest/progress/complete/documents/items/document/documentId` became required for the status `200`
  - the response property `ingest/progress/errors/documents/items/document/documentId` became required for the status `200`
  - the response property `ingest/progress/processing/documents/items/document/documentId` became required for the status `200`
- **2024-06-28** `f97e210f1431` — 4 info
  - added the optional property `ingest/progress/cancelled/documents/items/document/xrayUrl` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/document/xrayUrl` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/document/xrayUrl` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/document/xrayUrl` to the response with the `200` status
- **2024-02-01** `bc7318def107` — 4 warning
  - added the new `json` enum value to the `ingest/progress/cancelled/documents/items/document/fileType` response property for the response status `200`
  - added the new `json` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `json` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `json` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
- **2023-12-31** `4c5920188a7d` — 8 warning
  - added the new `csv` enum value to the `ingest/progress/cancelled/documents/items/document/fileType` response property for the response status `200`
  - added the new `csv` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `csv` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `csv` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
  - added the new `tsv` enum value to the `ingest/progress/cancelled/documents/items/document/fileType` response property for the response status `200`
  - added the new `tsv` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `tsv` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `tsv` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
- **2023-11-29** `3bb565058636` — 4 warning, 4 info
  - removed the optional property `ingest/progress/cancelled/documents/items/document/metadata` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/document/metadata` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/document/metadata` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/document/metadata` from the response with the `200` status
  - added the optional property `ingest/progress/cancelled/documents/items/document/searchData` to the response with the `200` status
  - added the optional property `ingest/progress/complete/documents/items/document/searchData` to the response with the `200` status
  - added the optional property `ingest/progress/errors/documents/items/document/searchData` to the response with the `200` status
  - added the optional property `ingest/progress/processing/documents/items/document/searchData` to the response with the `200` status
- **2023-11-29** `bf7061385e18` — 1 breaking, 40 warning, 2 info
  - for the `path` request parameter `processId`, the format changed from no format to `uuid`
  - removed the optional property `ingest/progress/complete/documents/items/document/processedUrl` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/document/processedUrl` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/document/processedUrl` from the response with the `200` status
  - added the new `cancelled` enum value to the `ingest/progress/complete/documents/items/document/status` response property for the response status `200`
  - added the new `cancelled` enum value to the `ingest/progress/errors/documents/items/document/status` response property for the response status `200`
  - added the new `cancelled` enum value to the `ingest/progress/processing/documents/items/document/status` response property for the response status `200`
  - added the new `cancelled` enum value to the `ingest/status` response property for the response status `200`
  - added the new `complete` enum value to the `ingest/progress/complete/documents/items/document/status` response property for the response status `200`
  - added the new `complete` enum value to the `ingest/progress/errors/documents/items/document/status` response property for the response status `200`
  - added the new `complete` enum value to the `ingest/progress/processing/documents/items/document/status` response property for the response status `200`
  - added the new `docx` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `docx` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `docx` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
  - added the new `error` enum value to the `ingest/progress/complete/documents/items/document/status` response property for the response status `200`
  - added the new `error` enum value to the `ingest/progress/errors/documents/items/document/status` response property for the response status `200`
  - added the new `error` enum value to the `ingest/progress/processing/documents/items/document/status` response property for the response status `200`
  - added the new `jpg` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `jpg` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `jpg` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
  - added the new `pdf` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `pdf` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `pdf` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
  - added the new `png` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `png` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `png` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
  - added the new `pptx` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `pptx` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `pptx` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
  - added the new `processing` enum value to the `ingest/progress/complete/documents/items/document/status` response property for the response status `200`
  - added the new `processing` enum value to the `ingest/progress/errors/documents/items/document/status` response property for the response status `200`
  - added the new `processing` enum value to the `ingest/progress/processing/documents/items/document/status` response property for the response status `200`
  - added the new `queued` enum value to the `ingest/progress/complete/documents/items/document/status` response property for the response status `200`
  - added the new `queued` enum value to the `ingest/progress/errors/documents/items/document/status` response property for the response status `200`
  - added the new `queued` enum value to the `ingest/progress/processing/documents/items/document/status` response property for the response status `200`
  - added the new `txt` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `txt` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - added the new `txt` enum value to the `ingest/progress/processing/documents/items/document/fileType` response property for the response status `200`
  - added the new `xlsx` enum value to the `ingest/progress/complete/documents/items/document/fileType` response property for the response status `200`
  - added the new `xlsx` enum value to the `ingest/progress/errors/documents/items/document/fileType` response property for the response status `200`
  - …3 more
- **2023-10-05** `5ee59ea914aa` — 2 info
  - api tag `Documents` added
  - api tag `Document` removed
- **2023-10-05** `9f04a0095408` — 4 warning, 4 info
  - added the new `complete` enum value to the `ingest/status` response property for the response status `200`
  - added the new `error` enum value to the `ingest/status` response property for the response status `200`
  - added the new `processing` enum value to the `ingest/status` response property for the response status `200`
  - added the new `queued` enum value to the `ingest/status` response property for the response status `200`
  - api operation id `Document_getProcessingStatusByProcessId` removed and replaced with `Document_getProcessingStatusById`
  - the response property `ingest` became required for the status `200`
  - the response property `ingest/processId` became required for the status `200`
  - the response property `ingest/status` became required for the status `200`
- **2023-10-04** `7d474e21a108` — 2 info
  - api operation id `Document_getProcessingStatusByProcessId` was added
  - api tag `Document` added
- **2023-10-04** `79c42de78d2f` — 7 breaking, 31 warning, 12 info
  - the response property `ingest` became optional for the status `200`
  - the response property `ingest/processId` became optional for the status `200`
  - the response property `ingest/status` became optional for the status `200`
  - the `ingest/processId` response's property format changed from `uuid` to no format for status `200`
  - removed the required property `ingest/progress/complete/documents/items/documentId` from the response with the `200` status
  - removed the required property `ingest/progress/errors/documents/items/documentId` from the response with the `200` status
  - removed the required property `ingest/progress/processing/documents/items/documentId` from the response with the `200` status
  - removed the optional property `ingest/progress/cancelled` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/bucketId` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/fileName` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/fileSize` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/fileType` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/processId` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/searchData` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/sourceUrl` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/status` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/statusMessage` from the response with the `200` status
  - removed the optional property `ingest/progress/complete/documents/items/xrayUrl` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/bucketId` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/fileName` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/fileSize` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/fileType` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/processId` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/searchData` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/sourceUrl` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/status` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/statusMessage` from the response with the `200` status
  - removed the optional property `ingest/progress/errors/documents/items/xrayUrl` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/bucketId` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/fileName` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/fileSize` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/fileType` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/processId` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/searchData` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/sourceUrl` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/status` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/statusMessage` from the response with the `200` status
  - removed the optional property `ingest/progress/processing/documents/items/xrayUrl` from the response with the `200` status
  - api operation id `Document_getProcessingStatusById` removed and replaced with ``
  - api tag `Documents` removed
  - …10 more

---

[Operation](https://skmtc.dev/groundxai/apis/groundx-apis/docs/v1/ingest/:processId/get.md) · [API](https://skmtc.dev/groundxai/apis/groundx-apis.md) · [Page](https://skmtc.dev/groundxai/apis/groundx-apis/changes/v1/ingest/:processId/get)
