---
title: "Get Agent Response Test Summaries By Ids"
method: POST
path: "/v1/convai/agent-testing/summaries"
---

# Get Agent Response Test Summaries By Ids

`POST /v1/convai/agent-testing/summaries`

Gets agent response test summaries for the requested test IDs.

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

## Request body

- ListTestsByIdsRequestModel
  - `test_ids` string[], required — List of test IDs to fetch. No duplicates allowed. Prefer at most 1000 IDs per request.

## Response `200`

Successful Response

- GetTestsSummariesByIdsResponseModel
  - `tests` object, required — Dictionary mapping test IDs to their summary information

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-11** `d1a4847203ce` — 1 warning
  - added the new `avaya` enum value to the `tests/additionalProperties/conversation_initiation_source/anyOf[subschema #1: ConversationInitiationSource]/` response property for the response status `200`
- **2026-08-06** `1cae8adcc965` — 1 warning
  - added the new `audiocodes` enum value to the `tests/additionalProperties/conversation_initiation_source/anyOf[subschema #1: ConversationInitiationSource]/` response property for the response status `200`

[Change history](https://skmtc.dev/elevenlabs/apis/elevenlabs-api-documentation/changes/v1/convai/agent-testing/summaries/post.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)
