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

Changes

Changed in 2 of the 15 revisions of this API.213

  • 65f2f4743b3621See the full diff
    • the response property data/episodes/items/session_id became optional for the status 200

      response-property-became-optional

    • response property data/episodes/items/session_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • added the new optional request property min_score

      new-optional-request-property

    • removed the request property min_score

      request-property-removed

    • the response property data/episodes/items/session_id became required for the status 200

      response-property-became-required

    • response property data/episodes/items/session_id list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog