Fs Find
Structural / metadata search. Returns paths.
Phase 1 covers type, unit_type, label, since, until,
and mentions over /memories. unit_type is also inferred from
/memories/by-type/<unit_type>. Other roots return an empty result so
callers can compose without errors.
Query Parameters
path?Path
Nowledge FS path scope (e.g. '/memories')
type?|
Filter by file type: memory | crystal
unit_type?|
Filter memories by unit type; also inferred from /memories/by-type/<unit_type> paths
label?|
Filter by label name
since?|
Lower record-time bound (YYYY-MM-DD or ISO8601)
until?|
Upper record-time bound (YYYY-MM-DD or ISO8601)
mentions?|
Filter memories that MENTION this entity name
limit?Limit
cursor?|
Opaque pagination cursor
Response Body
application/json
application/json
curl -X GET "https://example.com/fs/find"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}