---
title: "Get document chunks"
method: GET
path: "/v3/documents/{id}/chunks"
tags: ["Documents"]
---

# Get document chunks

`GET /v3/documents/{id}/chunks`

Get all chunks for a document, ordered by position

## Path parameters

- `id` string, required

## Response `200`

Document chunks retrieved successfully

- object — Response for document chunks endpoint
  - `documentId` string, required — The document ID
  - `chunks` object[], required — Ordered list of chunks
    - `id` string, required — Unique identifier of the chunk
    - `position` number, required — Sequential position within the document
    - `content` string, required — Chunk text content
    - `type` string, required — Chunk type (text or image)
    - `metadata` object, nullable — Optional metadata attached to the chunk
    - `createdAt` string, datetime, required — Creation timestamp
  - `total` number, required — Total number of chunks

## Other responses

- `401` — Unauthorized
- `404` — Document not found
- `500` — Internal server error

## Changes

- **2026-04-06** `cb825424a780` — 2 info
  - api tag `Documents` added
  - api tag `Manage Documents` removed
- **2026-02-27** `f4fc34da0eaf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/documents/:id/chunks/get.md)

---

[API](https://skmtc.dev/supermemoryai/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemoryai/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemoryai/supermemory-api/revisions/f979eba02e97/schema)
