Deprecated: Use search_sessions method instead

Deprecated

Authentication

AuthorizationApi-Key

Header authentication of the form Api-Key <token>

Path parameters

sessionIdstringRequired
The ID of the session for which memory should be searched.

Query parameters

limitintegerOptional

The maximum number of search results to return. Defaults to None (no limit).

Request

This endpoint expects an object.
metadatamap from strings to anyOptional
Metadata Filter
min_fact_ratingdoubleOptional
min_scoredoubleOptional
mmr_lambdadoubleOptional
search_scopeenumOptional
Allowed values:
search_typeenumOptional
Allowed values:
textstringOptional

Response

A list of SearchResult objects representing the search results.
messageobject or null
metadatamap from strings to any or null
scoredouble or null
summaryobject or null

Errors