knowledge_base_list
Retrieve FAQs from a knowledge base with pagination. Pass knowledge base ID and optional limit or lastFaqId cursor to fetch pages of entries.
Instructions
Get all FAQs by knowledge base with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of FAQs returned | |
| lastFaqId | No | Last FAQ ID for pagination (cursor-based) | |
| locationId | No | location ID as string Defaults to GHL_LOCATION_ID when omitted. | |
| knowledgeBaseId | Yes | knowledge base ID as string |