Skip to main content
POST
Search memories

Body

application/json
user_id
string
required
query
string
required

Semantic search query.

app_id
string | null
workspace_id
string | null
agent_id
string | null
top_k
integer
default:10

Number of results to return.

category
enum<string> | null

Filter by memory category: preference, fact, instruction, event, or entity.

Available options:
preference,
fact,
instruction,
event,
entity

Response

200 - application/json

List of matching memories with similarity scores

results
object[]