Sessions & Agents
Memory Operations
Recall As Of
Point-in-time recall: "What was true at this point in time?"
Returns memories stored before the specified datetime, excluding memories created after or expired before as_of.
Example: "What memories did we have on 2025-11-01?"
Requires:
- X-Session-Token: {session_token}
post/api/v2/agents/{agent_id}/recall/as-of
Path parameters
agent_idstring required
Headers
x-session-tokenstring nullable
X-Api-Keystring nullable
Cookies
memanto_session_tokenstring nullable
Request body
Response
Successful Response