---
title: "Get Chunk Info"
method: GET
path: "/document/chunk-info"
---

# Get Chunk Info

`GET /document/chunk-info`

## Query parameters

- `document_id` string, required
- `chunk_id` integer, required

## Response `200`

Successful Response

- ChunkInfo
  - `content` string, required
  - `num_tokens` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/engineertheory/apis/recap-backend.md) · [All operations](https://skmtc.net/engineertheory/apis/recap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/engineertheory/recap-backend/versions/ea9db8f9a24d/schema)
