---
title: "Changes to lookup"
method: GET
path: "/v1/ingest/documents/{id}"
---

# Changes to lookup

`GET /v1/ingest/documents/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 50 revisions.

- **2024-07-25** `100a68ae1698` — 1 warning, 11 info
- **2024-07-25** `af54b546cf62` — 1 info
- **2024-06-29** `970df0d2a4e8` — 1 info
- **2024-06-28** `f97e210f1431` — 6 info
- **2024-02-01** `bc7318def107` — 1 warning
- **2023-12-31** `4c5920188a7d` — 2 warning
- **2023-11-29** `3bb565058636` — 1 warning, 1 info
- **2023-11-29** `bf7061385e18` — 13 warning, 2 info
- **2023-10-13** `43657b55255e` — 2 info
- **2023-10-05** `5ee59ea914aa` — 2 info
- **2023-10-05** `8837584924b2` — 1 breaking
- **2023-10-04** `7d474e21a108` — 2 info
- **2023-10-04** `79c42de78d2f` — 1 breaking, 19 warning, 5 info

## Changes

- **2024-07-25** `100a68ae1698` — 1 warning, 11 info
  - removed the optional property `documents/items/document` from the response with the `200` status
  - added the optional property `documents/items/bucketId` to the response with the `200` status
  - added the optional property `documents/items/fileName` to the response with the `200` status
  - added the optional property `documents/items/fileSize` to the response with the `200` status
  - added the optional property `documents/items/fileType` to the response with the `200` status
  - added the optional property `documents/items/processId` to the response with the `200` status
  - added the optional property `documents/items/searchData` to the response with the `200` status
  - added the optional property `documents/items/sourceUrl` to the response with the `200` status
  - added the optional property `documents/items/status` to the response with the `200` status
  - added the optional property `documents/items/statusMessage` to the response with the `200` status
  - added the optional property `documents/items/xrayUrl` to the response with the `200` status
  - added the required property `documents/items/documentId` to the response with the `200` status
- **2024-07-25** `af54b546cf62` — 1 info
  - the response property `documents/items/document/documentId` became required for the status `200`
- **2024-06-29** `970df0d2a4e8` — 1 info
  - added the new optional `query` request parameter `status`
- **2024-06-28** `f97e210f1431` — 6 info
  - added the new optional `query` request parameter `filter`
  - added the new optional `query` request parameter `sort`
  - added the new optional `query` request parameter `sortOrder`
  - added the optional property `count` to the response with the `200` status
  - added the optional property `documents/items/document/xrayUrl` to the response with the `200` status
  - added the optional property `total` to the response with the `200` status
- **2024-02-01** `bc7318def107` — 1 warning
  - added the new `json` enum value to the `documents/items/document/fileType` response property for the response status `200`
- **2023-12-31** `4c5920188a7d` — 2 warning
  - added the new `csv` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the new `tsv` enum value to the `documents/items/document/fileType` response property for the response status `200`
- **2023-11-29** `3bb565058636` — 1 warning, 1 info
  - removed the optional property `documents/items/document/metadata` from the response with the `200` status
  - added the optional property `documents/items/document/searchData` to the response with the `200` status
- **2023-11-29** `bf7061385e18` — 13 warning, 2 info
  - removed the optional property `documents/items/document/processedUrl` from the response with the `200` status
  - added the new `cancelled` enum value to the `documents/items/document/status` response property for the response status `200`
  - added the new `complete` enum value to the `documents/items/document/status` response property for the response status `200`
  - added the new `docx` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the new `error` enum value to the `documents/items/document/status` response property for the response status `200`
  - added the new `jpg` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the new `pdf` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the new `png` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the new `pptx` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the new `processing` enum value to the `documents/items/document/status` response property for the response status `200`
  - added the new `queued` enum value to the `documents/items/document/status` response property for the response status `200`
  - added the new `txt` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the new `xlsx` enum value to the `documents/items/document/fileType` response property for the response status `200`
  - added the non-success response with the status `400`
  - added the optional property `nextToken` to the response with the `200` status
- **2023-10-13** `43657b55255e` — 2 info
  - added the new optional `query` request parameter `n`
  - added the new optional `query` request parameter `nextToken`
- **2023-10-05** `5ee59ea914aa` — 2 info
  - api tag `Documents` added
  - api tag `Document` removed
- **2023-10-05** `8837584924b2` — 1 breaking
  - for the `path` request parameter `id`, the type changed from `string` to `integer`
- **2023-10-04** `7d474e21a108` — 2 info
  - api operation id `Document_lookup` was added
  - api tag `Document` added
- **2023-10-04** `79c42de78d2f` — 1 breaking, 19 warning, 5 info
  - removed the required property `documents/items/documentId` from the response with the `200` status
  - deleted the `query` request parameter `filter`
  - deleted the `query` request parameter `n`
  - deleted the `query` request parameter `nextToken`
  - deleted the `query` request parameter `sort`
  - deleted the `query` request parameter `sortOrder`
  - deleted the `query` request parameter `status`
  - removed the optional property `count` from the response with the `200` status
  - removed the optional property `documents/items/bucketId` from the response with the `200` status
  - removed the optional property `documents/items/fileName` from the response with the `200` status
  - removed the optional property `documents/items/fileSize` from the response with the `200` status
  - removed the optional property `documents/items/fileType` from the response with the `200` status
  - removed the optional property `documents/items/processId` from the response with the `200` status
  - removed the optional property `documents/items/searchData` from the response with the `200` status
  - removed the optional property `documents/items/sourceUrl` from the response with the `200` status
  - removed the optional property `documents/items/status` from the response with the `200` status
  - removed the optional property `documents/items/statusMessage` from the response with the `200` status
  - removed the optional property `documents/items/xrayUrl` from the response with the `200` status
  - removed the optional property `nextToken` from the response with the `200` status
  - removed the optional property `total` from the response with the `200` status
  - api operation id `Document_lookup` removed and replaced with ``
  - api tag `Documents` removed
  - for the `path` request parameter `id`, the type was generalized from `integer` to `string`
  - removed the non-success response with the status `400`
  - added the optional property `documents/items/document` to the response with the `200` status

---

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