Fs Recall
Semantic memory search. Returns paths, not search hits.
Reuses the existing hybrid search pipeline (the one AI Now and
Library already drive) so there's no second index. Preview recall is
memory-backed; use grep for exact search in threads and sources.
Memory recall can be narrowed with unit_type or a
/memories/by-type/<unit_type> path.
Results are
materialised as canonical Nowledge FS paths so the caller can pipe them
straight into cat.
Query Parameters
query*Query
Semantic query text
path?|
Memory subtree to search; non-memory roots return no hits in preview
unit_type?|
Filter semantic recall by memory unit type; also inferred from /memories/by-type/<unit_type> paths
k?K
How many results to return
Response Body
application/json
application/json
curl -X GET "https://example.com/fs/recall?query=string"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}