| Property | Value |
|---|---|
| Method | GET |
| Endpoint | https://{{host}}/api/public/bot/{{BotID}}/faqs/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 FAQ; Admin Console: Test and Train > Train FAQ |
Path Parameters
| Parameter | Description | Required |
|---|---|---|
host | The environment URL. For example, https://platform.kore.ai | Required |
BotId | Bot ID or Stream ID, accessible under General Settings on the App Builder. | Required |
language | The bot language code. For example, en for English and de for German. | Required |
state | The bot state: configured for the In-Development version, published for the Published version. Defaults to configured. | Optional |