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

Changes

Changed in 2 of the 29 revisions of this API.2

    • added the new avaya enum value to the tests/additionalProperties/conversation_initiation_source/anyOf[subschema #1: ConversationInitiationSource]/ response property for the response status 200

      response-property-enum-value-added

    • added the new audiocodes enum value to the tests/additionalProperties/conversation_initiation_source/anyOf[subschema #1: ConversationInitiationSource]/ response property for the response status 200

      response-property-enum-value-added