Search memories that existed during time range.
Returns memories whose valid_time overlaps with the specified range.
Query Parameters
Maximum results
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/temporal/search/during?query=string&start_time=string&end_time=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Search Decisions
Search for active decisions related to a topic.
Search Memory Advanced
Advanced search using Similarity Graph Traversal (SSG) algorithms. SSG provides superior multi-hop reasoning and contextual retrieval compared to basic vector search. Algorithms: - query_traversal: Best for general queries (100% test pass, 0.91 precision/recall) - triangulation_fulldim: Best for high precision (highest faithfulness) Reference: Eric Lester. (2025). Novel Semantic Similarity Graph Traversal Algorithms for Semantic Retrieval Augmented Generation Systems. https://github.com/glacier-creative-git/semantic-similarity-graph-traversal-semantic-rag-research Requires authentication and operates on user-scoped data.