ghl_kb_list
List knowledge bases for a location with pagination support via limit and lastKnowledgeBaseId.
Instructions
Lists knowledge bases for a location (paginated via limit/lastKnowledgeBaseId) — distinct from ghl_kb_faq_list, which lists FAQ entries inside one knowledge base. Get all knowledge bases for a location by location Id (paginated) Endpoint: GET /knowledge-bases/ (Version header: v3; source: v3/knowledge-base-v3.json) Pagination params: limit, lastKnowledgeBaseId — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of knowledge bases to return | |
| query | No | search query for knowledge base name | |
| locationId | Yes | ||
| lastKnowledgeBaseId | No | ID of the last knowledge base from the previous page (for pagination) |