v4

OpenAPI 3.1.02026-07-313621,3961.8 MB

Get Agent Response Test Summaries By Ids

Gets agent response test summaries for the requested test IDs.

post/v1/convai/agent-testing/summaries

Headers

xi-api-keystring 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.

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

test_idsstring[] required

List of test IDs to fetch. No duplicates allowed. Prefer at most 1000 IDs per request.

Example request

{
  "test_ids": [
    "test_id_1",
    "test_id_2"
  ]
}

Response

Successful Response

testsobject required

Dictionary mapping test IDs to their summary information