---
title: "Get a single chunk by id"
method: GET
path: "/v1/rag/managed_indexes/{index_name}/chunks/{chunk_id}"
tags: ["beta.rag.managed_indexes"]
---

# Get a single chunk by id

`GET /v1/rag/managed_indexes/{index_name}/chunks/{chunk_id}`

Returns a single chunk by its canonical id. A 404 means no chunk with that id exists in the index.

## Path parameters

- `index_name` string, required
- `chunk_id` string, required

## Response `200`

Successful Response

- NavigationResponse — Unranked chunk list in reading order (ascending start_offset).
  - `chunks` NavigationChunkResponse[], required
    - `id` string, required
    - `source_id` string, required
    - `locator` string, required
    - `start_offset` integer, nullable, required
    - `end_offset` integer, nullable, required
    - `chunk_type` string, required
    - `parent_ref` string, nullable
    - `content` string, required
    - `metadata` object

## Other responses

- `404` — Index not found, or source/chunk does not exist in the index
- `409` — Index is not ready for search
- `422` — Validation Error
- `500` — Navigation query failed during execution

## Changes

- **2026-09-23** `fa73befe1c61` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mistral/apis/mistral-ai-api/changes/v1/rag/managed_indexes/:index_name/chunks/:chunk_id/get.md)

---

[API](https://skmtc.dev/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mistral/apis/mistral-ai-api/revisions/fa73befe1c61?raw)
