Back to API List Executes Conversation Test Suites and returns the execution status along with aDocumentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
testRunId to track progress. This API only initiates the test — use the Conversation Test Suite Execution Status API to retrieve results.
Testers cannot run conversation test suites through the interface or API.
| Property | Value |
|---|---|
| Method | POST |
| Endpoint | https://{{host}}/api/public/stream/{{streamId}}/conversation/testsuite/{{testSuiteName}}/run |
| Content Type | application/json |
| Authorization | auth: {{JWT}}See How to generate the JWT Token. |
| API Scope | App Builder: Conversation Tests Execution; Admin Console: Conversation Tests Execution |
Query Parameters
| Parameter | Description | Required |
|---|---|---|
host | Environment URL. For example, https://platform.kore.ai | Required |
StreamID | Stream ID, accessible under General Settings on the App Builder. | Required |
testSuiteName | Name of the test suite on the App Builder. | Required |
Sample Request
Body Parameters
| Parameter | Description | Required |
|---|---|---|
version | Version of the bot to test against: published for the published version, or inDevelopment for the configured version. | Required |
userEmailId | Email ID of the app owner or a developer the app is shared with. For example, "userEmailId": "john.doe@example.com" | Required |