Back to API List Retrieves a list of questions and nodes under the Knowledge task. Supports parameters such as ktId and parentId (node ID).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/bot/{{botId}}/faqs?ktId=&limit=&offset=&parentId=&withallchild=&type=&language=en |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Manage Knowledge Graph; Admin Console: Manage Knowledge Graph |
Path Parameters
| Parameter | Description | Required |
|---|---|---|
host | The environment URL. For example, https://platform.kore.ai | Required |
BotId | Bot ID or Stream ID found under General Settings on the App Builder. | Required |
Query Parameters
| Parameter | Description | Required |
|---|---|---|
ktId | The Knowledge task ID. Retrieve from the request of the GetFAQs API call. Learn more. Note: ktId values differ between in-development and published bots. | Required |
limit | Number of records to fetch. Default and maximum is 50. | Optional |
offset | Number of records to skip. Defaults to 0. | Optional |
parentId | The ID of nodes in the Knowledge tasks section. Retrieve from the response of the GetFAQs API call. Learn more. | Optional |
withallchild | Whether to include child nodes. | Optional |
type | Type of FAQs to fetch. | Optional |
language | Bot language code (for example, en for English, de for German). | Required |
search | Search the KG using a reference ID or display name. | Optional |
Sample Request
Body Parameters
No body parameters are passed.Sample Response
Refer to Get FAQs - KG V2 which supports the parameters: botId, language, mode (configured/published), and nodeName.