---
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-07-26** `494d96419d15` — 3 info
  - added the optional property `additionalProperties/oneOf[subschema #1: KnowledgeBaseSummaryBatchSuccessfulResponseModel]/data/oneOf[subschema #2: GetKnowledgeBaseSummaryFileResponseModel]/auto_sync_info` to the response with the `200` status
  - added the optional property `additionalProperties/oneOf[subschema #1: KnowledgeBaseSummaryBatchSuccessfulResponseModel]/data/oneOf[subschema #2: GetKnowledgeBaseSummaryFileResponseModel]/refresh_status` to the response with the `200` status
  - added the required property `additionalProperties/oneOf[subschema #1: KnowledgeBaseSummaryBatchSuccessfulResponseModel]/data/oneOf[subschema #4: GetKnowledgeBaseSummaryFolderResponseModel]/document_count` to the response with the `200` status

[Change 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-service-production.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/7ac648a154bb/schema)
