Fs Recall
Semantic 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. Results are
materialised as canonical KFS paths so the caller can pipe them
straight into cat.
Query Parameters
query*Query
Semantic query text
Length
1 <= lengthpath?|
Restrict to this KFS subtree (Phase 2 honours it)
k?K
How many results to return
Default
20Range
1 <= value <= 100Response 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": {}
}
]
}