Fs Grep
Literal content search. Returns path:line:match shaped hits.
Space-scoped. Phase 1 covers memory/crystal bodies and titles under
/memories. Source-chunk grep lands with format-aware source chunks.
Query Parameters
q*Q
Literal text to find
Length
1 <= lengthpath?Path
KFS path scope (Phase 1 supports /memories)
Default
"/memories"limit?Limit
Default
200Range
1 <= value <= 1000cursor?|
Opaque pagination cursor
Response Body
application/json
application/json
curl -X GET "https://example.com/fs/grep?q=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}