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.
Folder listing (parent present): paginated. limit defaults to 50, maximum 500.
Response includes total, offset, and limit for cursor-free pagination.
Global / search (parent absent, or q present): not paginated. limit defaults
to 1000 and is not capped. total/offset/limit are not returned.
Autorisierungen
JWT-based authentication
Abfrageparameter
Maximum number of items to return. When parent is present (folder listing),
defaults to 50 and is capped at 500. When parent is absent, defaults to 1000
with no server-side cap.
x >= 1Number of items to skip (zero-based). Only meaningful with parent.
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 Antwort
Successful operation
The name of the parent
The title of the parent
The answer to the search query
Total number of visible items in the folder (after ACL filtering).
Present only when parent is specified. Use with limit/offset
to render pagination controls.
42
The offset used for this page. Present only when parent is specified.
0
The limit used for this page. Present only when parent is specified.
50