knowledge_base_list_all_knowledge_bases_paginated
Retrieve paginated knowledge bases for a location, with optional name search and cursor-based pagination for efficient browsing.
Instructions
Get all knowledge bases for a location by location Id (paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of knowledge bases to return | |
| query | No | search query for knowledge base name | |
| locationId | No | Defaults to GHL_LOCATION_ID when omitted. | |
| lastKnowledgeBaseId | No | ID of the last knowledge base from the previous page (for pagination) |