This endpoint sends a search request to the context processor to retrieve relevant context data based on the provided query.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Controls whether metadata is included in the response:
true, false Controls the search mode:
fast, standard The search query used to search for context data
"search query for user preferences"
Maximum similarity threshold (must be >= minimum_similarity_threshold)
0 <= x <= 10.8
Minimum similarity threshold
0 <= x <= 10.5
The ID of the user making the request
"user123"
Search scope
internal, external Additional metadata for the search
Context search request successfully processed. Response structure varies based on metadata query parameter: if metadata=true, each context includes metadata; if metadata=false or omitted, metadata is excluded from the response.