---
title: "Fetch the FAQ template for a knowledge base"
method: GET
path: "/kb/v1/knowledge-bases/{id}/faq-template"
tags: ["Knowledge Bases"]
---

# Fetch the FAQ template for a knowledge base

`GET /kb/v1/knowledge-bases/{id}/faq-template`

Returns a list of frequently asked questions along with their answers

## Path parameters

- `id` string, required

## Response `200`

FAQ data exists for the queried knowledge base and is fetched successfully

- KnowledgeBaseFAQTemplateDTO
  - `faq` KnowledgeBaseQNADTO[]
    - `id` string, required — A unique identifier for the QnA entry
    - `question` string, required — A question in the FAQ collection
    - `answer` string, required — A short, human-readable answer to the corresponding question
    - `category` string — An optional, human-readable string denoting the category of the question.
    - `updatable` boolean — A boolean flag denoting whether the crawler should try to find an updated answer to the question from the crawled web pages and documents.

---

[API](https://skmtc.net/interactly/apis/interactly-api.md) · [All operations](https://skmtc.net/interactly/apis/interactly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactly/interactly-api/versions/f39cdcb1f4e4/schema)
