---
title: "Get Knowledge Base Summaries By Ids"
method: GET
path: "/v1/convai/knowledge-base/summaries"
tags: ["Agents Platform"]
---

# Get Knowledge Base Summaries By Ids

`GET /v1/convai/knowledge-base/summaries`

Gets multiple knowledge base document summaries by their IDs.

## Query parameters

- `document_ids` string[], required — The ids of knowledge base documents.

## 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

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `4a6716242c9e` — 3 info
  - added the optional property `additionalProperties/oneOf[subschema #1: KnowledgeBaseSummaryBatchSuccessfulResponseModel]/data/oneOf[subschema #1: GetKnowledgeBaseSummaryURLResponseModel]/auto_sync_info/anyOf[subschema #1: AutoSyncInfo]/auto_discover` to the response with the `200` status
  - added the optional property `additionalProperties/oneOf[subschema #1: KnowledgeBaseSummaryBatchSuccessfulResponseModel]/data/oneOf[subschema #2: GetKnowledgeBaseSummaryFileResponseModel]/auto_sync_info/anyOf[subschema #1: AutoSyncInfo]/auto_discover` to the response with the `200` status
  - added the optional property `additionalProperties/oneOf[subschema #1: KnowledgeBaseSummaryBatchSuccessfulResponseModel]/data/oneOf[subschema #4: GetKnowledgeBaseSummaryFolderResponseModel]/auto_sync_info/anyOf[subschema #1: AutoSyncInfo]/auto_discover` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/changes/v1/convai/knowledge-base/summaries/get.md)

---

[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.dev/elevenlabs/apis/elevenlabs-api-documentation/revisions/48a38e3b0dbd?raw)
