Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://{{host}}/api/public/bot/{{BotID}}/mlimport/status/{{MLutteranceID}}
application/json
auth: {{JWT}}
host
https://platform.kore.ai
BotID
MLutteranceID
Bir-xxxxxxx-xxx-xxxx-xxxxx-xxxxxxxxxx
curl -X GET 'https://{{host}}/api/public/bot/{{BotID}}/mlimport/status/{{MLutteranceID}}' \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \ -H 'content-type: application/json' \
{ "_id": "bxx-7xxxxxxe-5xxb-5xx5-bxx5-88xxxxxxxxxx", "status": "success", "streamId": "sx-6exxxxxx-5xx1-5xx0-bxx8-8cxxxxxxxxxx", "createdBy": "u-5dxxxxxx-bxx1-5xx0-axx8-2exxxxxxxxxx", "requestType": "MLimport", "statusLogs": [], "createdOn": "2019-06-27T12:03:30.748Z", "__v": 0, "message": "File imported completed. 1 utterances copied successfully" }
Was this page helpful?