ghl_list_faqs
List all FAQ question-answer pairs from a GoHighLevel knowledge base using cursor-based pagination. Retrieve count, hasMore, and lastFaqId to fetch the next page.
Instructions
List all FAQ question/answer pairs for a knowledge base with cursor-based pagination. Returns count, hasMore, lastFaqId for next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max FAQs to return per page (default 10) | |
| lastFaqId | No | Last FAQ ID from the previous page — pass to get the next page (cursor pagination) | |
| knowledgeBaseId | Yes | Knowledge base ID to fetch FAQs from |