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

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/versions/57d56f34628a/schema)
