Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Body
application/json
Request schema for knowledge search.
Search query string
ID of the collection to search in
Type of search to perform
Available options:
vector, keyword, hybrid Additional filters to apply
Maximum number of results to return
Required range:
1 <= x <= 100Response
Successful Response
Response schema for knowledge search.
List of search results
Total number of results found
Original search query
Type of search performed
Available options:
vector, keyword, hybrid Collection that was searched
Search execution time in milliseconds