Skip to main content
Version: v3

Get all trained page links by knowledge base

GET 

/knowledge-bases/crawler

Lists discovered and trained website pages for a knowledge base, with pagination and optional URL filter. WHEN TO USE: use this when you need to inspect crawled pages; use discoverWebsite to find new pages; use deleteTrainedUrlsForKnowledgeBase to remove pages the AI should stop using. RETURNS: a paginated list of crawled URLs with status, title, and identifiers.

Request

Version stringrequired

API Version

Available optionsv3
knowledgeBaseId stringrequired

knowledge base ID as string

locationId stringrequired

location ID as string

page number

Page number

pageLength number

Records per page

query string

query to filter on url links

application/json

Trained page links retrieved successfully

Schema
    countnumberrequired

    Total count of URLs in the knowledge base

    urlsobject[]required

    Array of crawled URLs with their details