Fs Find
Structural / metadata search. Returns paths.
Phase 1 covers -type, -label, -since, -until,
-mentions over /memories. Other roots return an empty
result so callers can compose without errors.
Query Parameters
path?Path
KFS path scope (e.g. '/memories')
Default
"/memories"type?|
Filter by file type: memory | crystal
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
Default
200Range
1 <= value <= 1000cursor?|
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": {}
}
]
}