Search Archival Memory
Search archival memory using semantic (embedding-based) search with optional temporal filtering.
This endpoint allows manual triggering of archival memory searches, enabling users to query an agent's archival memory store directly via the API. The search uses the same functionality as the agent's archival_memory_search tool but is accessible for external API usage.
Path parameters
Query parameters
String to search for using semantic similarity
String to search for using semantic similarity
Optional list of tags to filter search results
Optional list of tags to filter search results
How to match tags - 'any' to match passages with any of the tags, 'all' to match only passages with all tags
How to match tags - 'any' to match passages with any of the tags, 'all' to match only passages with all tags
Maximum number of results to return. Uses system default if not specified
Maximum number of results to return. Uses system default if not specified
Filter results to passages created after this datetime
Filter results to passages created after this datetime
Filter results to passages created before this datetime
Filter results to passages created before this datetime
Response
Successful Response