Deprecated
Search sessions for the specified query.
Deprecated API: Search sessions for the specified query.
Headers
Authorization
Header authentication of the form Api-Key <token>
Query parameters
limit
The maximum number of search results to return. Defaults to None (no limit).
Request
This endpoint expects an object.
text
The search text.
min_fact_rating
The minimum fact rating to filter on.
min_score
The minimum score for search results.
mmr_lambda
The lambda parameter for the MMR Reranking Algorithm.
record_filter
Record filter on the metadata.
search_scope
Search scope.
Allowed values:
search_type
Search type.
Allowed values:
session_ids
the session ids to search
user_id
User ID used to determine which sessions to search.
Response
A SessionSearchResponse object representing the search results.
results