To get the list of Batch Test Suites available for a bot.
To use this API, app needs the Bot Builder Scope of Batch Tests Management
OR the Admin API Scope of Batch Tests Management.
GET https://{host}/api/public/bot/{botId}/testsuite?skip={skip}&limit={limit}
Path Parameters
Parameter | Required/Optional | Description |
---|---|---|
host | Required | Environment URL, for example, https://bots.kore.ai |
BotID | Required | Bot ID or Stream ID. You can access it from the General Settings page of the bot. |
skip | Optional | Number of records to skip before fetching. |
limit | Optional | The number of records to fetch. |
Authorization
Invoke the API with JWT in the header with the following syntax:
auth: {{JWT}}
Response Content Type
application/json
Sample Request
curl -X GET \ https://{host}/api/public/bot/{botId}/testsuite?skip={skip}&limit={limit} \ --header 'auth: {jwt-token}' \ --header 'bot-language: {language-code}'
Sample Response
{ "count": 36, "moreAvailable": true, "ts-2325d03c-e030-5f11-b1d2-374b180ace0f": { "testSuiteType": "custom", "name": "sdsa", "description": "dfgfd", "results": [ { "_id": "tr-6bc96056-6f11-535b-aaa8-f9a72b871695", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 2, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 2, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-e1cc3543-8ccd-5674-8648-ec2ecc7b611d", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 2, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 2, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-0534c529-4d79-597a-9a35-c8ad44b05065", "version": "inDevelopment" }, { "_id": "tr-a1c34b8c-6d03-5e12-800a-358c1861e170", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 2, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 2, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-1a61b34d-0a49-5414-88ac-8faa09cf3ceb", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 2, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 2, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-84509dfa-34e2-58ce-986b-8360f0fc5a2e", "version": "inDevelopment" }, { "_id": "tr-2b05691f-ab91-562b-9859-75f9f8b54d82", "version": "inDevelopment" }, { "_id": "tr-75511670-2955-5564-b338-8f3ced40dfc9", "version": "inDevelopment", "results": { "TP": 1, "TN": 0, "FP": 0, "FN": 1, "success": 1, "failure": 1, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 0, "failedEntitiesCount": 0 }, "recall": "0.50", "precision": "1.00", "f1_score": "0.67" } ] }, "Last100sentences": { "testSuiteType": "prebuilt", "results": [ { "_id": "tr-db248103-4a85-5a52-87fc-bacc338ae071", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 3, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 3, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-80351fa0-ed2a-5536-8399-ddb877fea2cb", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 3, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 3, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-7d350066-645a-5baa-a428-7d02560932ca", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 3, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 3, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-21f8ffa5-1e81-58b4-80b7-202684fadf74", "version": "inDevelopment", "results": { "TP": 0, "TN": 0, "FP": 0, "FN": 0, "success": 0, "failure": 3, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 3, "failedEntitiesCount": 0 }, "recall": "0.00", "precision": "0.00", "f1_score": "0.00" }, { "_id": "tr-4aa0b4e4-eee5-595f-87f4-2b27392442f9", "version": "inDevelopment", "results": { "TP": 3, "TN": 0, "FP": 0, "FN": 0, "success": 3, "failure": 0, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 0, "failedEntitiesCount": 0 }, "recall": "1.00", "precision": "1.00", "f1_score": "1.00" }, { "_id": "tr-054363db-eb74-57d9-bab2-dea9e96486da", "version": "inDevelopment", "results": { "TP": 2, "TN": 0, "FP": 0, "FN": 0, "success": 2, "failure": 0, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 0, "failedEntitiesCount": 0 }, "recall": "1.00", "precision": "1.00", "f1_score": "1.00" } ] }, "AllMlUtterances": { "testSuiteType": "prebuilt", "results": [ { "_id": "tr-e2dae915-1427-5911-8dda-c682a03f0708", "version": "inDevelopment" }, { "_id": "tr-2b899359-17d2-5b1c-afc0-a8cdd6f3a111", "version": "inDevelopment" }, { "_id": "tr-1a248c92-86cc-5254-bdc9-7c66294d3257", "version": "inDevelopment", "results": { "TP": 2, "TN": 0, "FP": 0, "FN": 0, "success": 2, "failure": 0, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 0, "failedEntitiesCount": 0 }, "recall": "1.00", "precision": "1.00", "f1_score": "1.00" }, { "_id": "tr-c1325101-fed3-5a10-89e8-79db2fde72f4", "version": "inDevelopment", "results": { "TP": 2, "TN": 0, "FP": 0, "FN": 0, "success": 2, "failure": 0, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 0, "failedEntitiesCount": 0 }, "recall": "1.00", "precision": "1.00", "f1_score": "1.00" }, { "_id": "tr-3e8631f6-9c43-5f49-833c-eeb005606c24", "version": "inDevelopment", "results": { "TP": 2, "TN": 0, "FP": 0, "FN": 0, "success": 2, "failure": 0, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 0, "failedEntitiesCount": 0 }, "recall": "1.00", "precision": "1.00", "f1_score": "1.00" }, { "_id": "tr-8e01282e-cb31-5fbb-aef0-153bdc4c16ef", "version": "inDevelopment", "results": { "TP": 2, "TN": 0, "FP": 0, "FN": 0, "success": 2, "failure": 0, "totalEntitiesCount": 0, "matchedEntitiesCount": 0, "failedUtteranceCount": 0, "failedEntitiesCount": 0 }, "recall": "1.00", "precision": "1.00", "f1_score": "1.00" } ] } }