ghl_kb_crawler_list_urls
Get a paginated list of page URLs trained in a knowledge base crawler, with optional query filter.
Instructions
Get all trained page links by knowledge base Endpoint: GET /knowledge-bases/crawler (Version header: v3; source: v3/knowledge-base-v3.json) Pagination params: page, pageLength — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| query | No | query to filter on url links | |
| locationId | Yes | location ID as string | |
| pageLength | No | Records per page | |
| knowledgeBaseId | Yes | knowledge base ID as string |