v11

OpenAPI 3.1.0raw.githubusercontent.com2026-08-013060106.6 KB
memory

Post Search

Hybrid retrieval across the configured memory backends.

post/api/v1/memory/search

Request body

user_idstring nullable
agent_idstring nullable
app_idstring
project_idstring
querystring required
method'keyword' | 'vector' | 'hybrid' | 'agentic'

Public method enum. RRF / LR / vector_anchored are hidden under HYBRID.

top_kinteger
radiusnumber nullable
min_scorenumber nullable
include_profileboolean
enable_llm_rerankboolean

Opt-in LLM rerank pass for HYBRID. Applies to agent_case and agent_skill fusion only; the episode hybrid path has built-in fact eviction and ignores this flag. Ignored by keyword / vector / agentic.

Response

Successful Response

request_idstring required