Back to API List Retrieves the creation or import request status of a Conversation Test Suite against a unique Import ID. After test execution completes, the API also provides the download link for the results file. See Create (Import) a Test Suite API for more information.Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Method | GET |
|---|---|
| Endpoint | https://{{host}}/api/public/stream/:streamId/conversation/testsuite/import/:dsId/status |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Conversation Tests Management; Admin Console: Conversation Tests Management |
Query Parameters
| Parameter | Description | Required |
|---|---|---|
host | Environment URL. For example, https://platform.kore.ai | Required |
StreamID | The Stream ID found under General Settings on the App Builder. | Required |
dsId | The unique ID to check the conversation test suite creation or import status. | Required |