ghl_kb_faq_list
Retrieve all FAQs for a knowledge base with cursor-based pagination. Pass knowledge base ID and location ID to paginate through results.
Instructions
Get all FAQs by knowledge base with pagination support Retrieves FAQs for a knowledge base. Supports pagination using limit and lastFaqId parameters. Endpoint: GET /knowledge-bases/faqs (Version header: v3; source: v3/knowledge-base-v3.json) Pagination params: limit, lastFaqId — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of FAQs returned | |
| lastFaqId | No | Last FAQ ID for pagination (cursor-based) | |
| locationId | Yes | location ID as string | |
| knowledgeBaseId | Yes | knowledge base ID as string |