v4
latestOpenAPI 3.1.02026-08-01420618.8 KBRecall (Search)
Search memory entries
Search memory entries - Low latency for conversational
post/v4/search
Request body
Response
Memory search results
Example response
{
"results": [
{
"id": "mem_abc123",
"memory": "The user prefers detailed API responses over minimal ones.",
"chunk": "This is a chunk of content from a document...",
"metadata": {
"source": "conversation",
"confidence": 0.9
},
"similarity": 0.89,
"version": 3,
"context": {
"parents": [
{
"relation": "updates",
"version": -1,
"memory": "Earlier version: API rate limit is 50 req/min on the free tier."
}
],
"children": [
{
"relation": "extends",
"version": 1,
"memory": "Later version: API rate limit increased to 100 req/min on the free tier."
}
]
},
"documents": [
{
"id": "doc_xyz789",
"title": "API Rate Limiting Policy",
"type": "web",
"metadata": {
"source": "upload",
"language": "en"
},
"summary": "API rate limit policy: 100 req/min free, 1000 req/min pro."
}
],
"chunks": [
{
"content": "This is a chunk of content from the document...",
"score": 0.85,
"documentId": "doc_xyz789"
}
]
}
],
"timing": 245,
"total": 5
}