---
title: "Get Documentation Chunk From Knowledge Base"
method: GET
path: "/v1/convai/knowledge-base/{documentation_id}/chunk/{chunk_id}"
tags: ["Agents Platform"]
---

# Get Documentation Chunk From Knowledge Base

`GET /v1/convai/knowledge-base/{documentation_id}/chunk/{chunk_id}`

Get details about a specific documentation part used by RAG.

## Path parameters

- `documentation_id` string, required — The id of a document from the knowledge base. This is returned on document addition.
- `chunk_id` string, required — The id of a document RAG chunk from the knowledge base.

## Query parameters

- `embedding_model` 'e5_mistral_7b_instruct' | 'multilingual_e5_large_instruct'

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- KnowledgeBaseDocumentChunkResponseModel
  - `id` string, required
  - `name` string, required
  - `content` string, required

## Other responses

- `422` — Validation Error

---

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