POST /v1/memory/recall
Request body
| Field | Type | Required | Description |
|---|---|---|---|
user_id | string | ✅ | User to recall memory for |
query | string | ✅ | The query to find relevant memories for |
app_id | string | Filter to a specific application | |
workspace_id | string | Filter to a specific workspace or team | |
agent_id | string | Filter to a specific agent | |
top_k | integer | Max number of memory paths (default: 5) |