Get knowledgeSource
Returns a list of knowledge sources. Excluded website pages (whose source URL matches
the parent connector’s sourceConfig.excludePaths) are filtered out of the response —
this is required so Cortex’s sync_knowledge_base does not re-index excluded pages.
Authorizations
JWT-based authentication
Query Parameters
The number of items to return
1 <= x <= 1000The number of items to skip
x >= 0The parent of the knowledgeSource to filter by
The search query to filter by. When specified other parameters are ignored
Filter knowledge sources modified on or after this date. Must be in MySQL datetime format (Y-m-d H:i:s)
Field to sort by. Applied to all list results, including fulltext search results.
name, views, modifiedAt, createdAt Sort direction applied to orderByField. Defaults to asc; for non-name fields
(views, modifiedAt, createdAt) callers typically want desc
(most popular / most recent first) and should pass it explicitly.
asc, desc