Memories
Search memories
Perform a search query across your memories.
Standard mode (collection_ids or readable-scope search): returns hierarchical MemoryRecall with semantics, episodes, procedures, and sources.
Snapshot mode (snapshot field): returns graph-search results with {entities, relationships} from stateless in-memory traversal.
post/v1/memories/search
Request body
Example request
{
"search_settings": {
"fulltext_weight": 0.2,
"include_scores": true,
"semantic_weight": 0.8,
"verbose": false
}
}Response
Successful Response