---
title: "Get Agent Summaries"
method: GET
path: "/v1/convai/agents/summaries"
tags: ["Agents Platform"]
---

# Get Agent Summaries

`GET /v1/convai/agents/summaries`

Returns summaries for the specified agents.

## Query parameters

- `agent_ids` string[], required — List of agent IDs to fetch summaries for

## 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-04** `d393c67c384a` — 1 info
  - added the required property `additionalProperties/oneOf[subschema #1: AgentSummaryBatchSuccessfulResponseModel]/data/voice_id` to the response with the `200` status

[Change history](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/changes/v1/convai/agents/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/4a6716242c9e?raw)
