Search Collection
Collections
Search Collection
Search within a collection using knowledge search.
Supports different search types:
- fulltext: Traditional text-based search
- semantic: Vector similarity search
- hybrid: Combination of fulltext and semantic search
POST
Search Collection
Documentation Index
Fetch the complete documentation index at: https://docs.mielto.com/llms.txt
Use this file to discover all available pages before exploring further.
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