Browse documents in a knowledge source
Lists the documents a person could pin by running the provider’s listing tool on the vendor’s MCP server and reading the result in code. Providers without a listing recipe answer 501. Organization-global knowledge sources are not available to asset-scoped tokens.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Path Parameters
Knowledge source identifier.
Query Parameters
Optional provider search text. A search always runs live against the provider and is never cached.
500Opaque continuation value from nextCursor. Pass it back unchanged with the same search text.
4096Skip the cached list and rebuild it from the provider. Without it, a plain listing produced in the last 15 minutes for the same connected account is returned; cachedAt in the response says when.
true, 1 Response
Provider-neutral document list.
x >= 0Opaque continuation value for the next page, or null when there is no next page.
When this list was produced, if it came from the cache; null when it was produced by this request.