Retrieve knowledge documents with optional search and pagination.
By default returns lightweight summaries (content truncated to ~200 chars).
Use full=true to include the full markdown content.
When q is provided, results include a snippet field with context around matches, matchedIn listing which fields matched, and a relevance score.
Session cookie authentication
Fuzzy search across title, content, tags, category, and summary. Results are ranked by relevance.
Maximum number of results per page (1-100)
1 <= x <= 100Number of results to skip for pagination (default 0)
x >= 0Set to "true" to include full markdown content instead of summaries
true, false List of knowledge documents
Echo of the search query (only present when q is provided)
Whether full content is included
Total number of matching documents (before pagination)
Number of documents in this response page
Page size (only present when limit is specified)
Number of results skipped