---
title: "Get Chunk"
method: GET
path: "/v1/documents/chunk/{chunk_id}"
tags: ["documents"]
---

# Get Chunk

`GET /v1/documents/chunk/{chunk_id}`

Fetch a specific chunk by ID.

Useful for fetching just the cited chunk without the full document.

## Path parameters

- `chunk_id` string, uuid, required

## Query parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- ChunkResponse — Document chunk details.
  - `id` string, required
  - `idx` integer, required
  - `text` string, required
  - `start_offset` integer, required
  - `end_offset` integer, required

## Other responses

- `422` — Validation Error

---

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