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
Example request
{
"test_ids": [
"test_id_1",
"test_id_2"
]
}Response
Successful Response
Changes
Changed in 2 of the 49 revisions of this API.2
- ●
added the new
avayaenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
audiocodesenum value to the///response property for the response statusresponse-property-enum-value-added
- ●