---
title: "Changes to GET /api/v1/{context_id}/documents"
method: GET
path: "/api/v1/{context_id}/documents"
---

# Changes to GET /api/v1/{context_id}/documents

`GET /api/v1/{context_id}/documents`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 5 revisions.

- **2026-08-24** `9f1598713067` — 3 breaking, 8 info
- **2026-06-16** `52b41ab517b6` — 5 warning, 2 info
- **2026-06-08** `741d58b9ef89` — 2 warning, 5 info

## Changes

- **2026-08-24** `9f1598713067` — 3 breaking, 8 info
  - the `page` response's property type changed from `integer` to `object`, and format from `int32` to no format for status `200`
  - removed the required property `pageSize` from the response with the `200` status
  - removed the required property `total` from the response with the `200` status
  - added the new optional `query` request parameter `count`
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - added the non-success response with the status `503`
  - added the optional property `documents/items/observedAt` to the response with the `200` status
  - added the optional property `page/nextCursor` to the response with the `200` status
  - added the optional property `page/totalSize` to the response with the `200` status
  - added the required property `page/hasMore` to the response with the `200` status
- **2026-06-16** `52b41ab517b6` — 5 warning, 2 info
  - deleted the `query` request parameter `mime_type`
  - deleted the `query` request parameter `page_size`
  - removed the optional property `documents/items/chunkCount` from the response with the `200` status
  - removed the optional property `documents/items/keywordCount` from the response with the `200` status
  - removed the optional property `documents/items/language` from the response with the `200` status
  - added the new optional `query` request parameter `mimeType`
  - added the new optional `query` request parameter `pageSize`
- **2026-06-08** `741d58b9ef89` — 2 warning, 5 info
  - deleted the `query` request parameter `mimeType`
  - deleted the `query` request parameter `pageSize`
  - added the new optional `query` request parameter `mime_type`
  - added the new optional `query` request parameter `page_size`
  - added the optional property `documents/items/chunkCount` to the response with the `200` status
  - added the optional property `documents/items/keywordCount` to the response with the `200` status
  - added the optional property `documents/items/language` to the response with the `200` status

---

[Operation](https://skmtc.dev/surrealdb/apis/spectron/docs/api/v1/:context_id/documents/get.md) · [API](https://skmtc.dev/surrealdb/apis/spectron.md) · [Page](https://skmtc.dev/surrealdb/apis/spectron/changes/api/v1/:context_id/documents/get)
