Skip to main content

Endpoint

POST /v1/memory/search

Request Body

{
  "contentQuery": "Rust backend",
  "query": "facts/",
  "tags": ["project"],
  "limit": 10
}
ParameterTypeDescription
contentQuerystringCase-insensitive search inside the stored contentPreview (first 500 chars)
querystringCombined with key search
tagsstring[]Combined with tag filter
typestringFilter by memory type
Content search uses the first 500 characters of text stored at write time as the contentPreview. Encrypted and binary content is not indexed for content search.

Response

Same as Keyword Search — returns { results, count }.

Credit Cost

This operation costs 1 credit (search).