Search knowledge base entries
GET /api/workspaces/{workspaceId}/kb-entries/search
Performs a full-text search across knowledge base entries in a workspace. Searches against question text, answer text, and topics. Returns matching entries with pagination metadata and a list of all unique topics for filter UI construction. An empty query returns no results.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The workspace to search within.
Query Parameters
Section titled “Query Parameters ”Search query to match against KB entry content. Leave empty to get no results (not a wildcard).
Example
delivery timesResponses
Section titled “ Responses ”Paginated search results with available topic filters.
Paginated search results from the knowledge base, including available topic filters.
object
The matching KB entries on the current page.
A single search result from the knowledge base.
object
The question this entry addresses.
Example
What are your delivery times to Germany?The answer for this entry.
Example
Standard delivery to Germany takes 3-5 business days.Tags categorizing this entry.
Example
[ "shipping", "delivery"]Total number of entries matching the search query.
Example
12Current page number (1-based).
Example
1Number of results per page.
Example
20All unique topics present in the matching entries. Useful for building filter UIs.
Example
[ "shipping", "delivery", "returns", "pricing"]