testSuiteId while in progress, and provide a download link for results after execution completes.
| Field | Value |
|---|---|
| Method | GET |
| Endpoint | https://{{host}}/api/public/stream/:streamId/conversation/testsuite/:testSuiteName/:testRunId/status |
| 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 | The Stream ID. Access it under General Settings on the App Builder. | Required |
testSuiteName | The name of the Test Suite. | Required |
testRunId | The ID of the test run to track execution status. | Required |