| Field | Value |
|---|---|
| Method | GET |
| Endpoint | https://{{host}}/api/public/bot/{{BotID}}/ml/train/status?language={{lang}}&state={{state}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} — See How to generate the JWT Token. |
| API Scope | App Builder: Train ML; Admin Console: Test and Train > Train ML |
Path Parameters
| Parameter | Required/Optional | Description |
|---|---|---|
host | Required | The environment URL. For example, https://platform.kore.ai |
BotID | Required | Bot ID or Stream ID. Accessible under General Settings on the App Builder. |
language | Optional | Bot language identified by its acronym (for example, en for English, de for German). The user can set the default language of the bot. |
state | Optional | Bot state: configured for the in-development version, published for the published version. Defaults to configured. |