v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-044334120.9 KB
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

as_ofstring date-time required

Point-in-time — YYYY-MM-DD (defaults to end of day) or full ISO datetime e.g. 2025-11-01T14:30:00Z

limitinteger nullable

Max results

typestring[] nullable

Memory type filters

tagsstring[] nullable

Tag filters

Response

Successful Response

agent_idstring required
session_idstring required
countinteger required
temporal_modestring required
as_of_datestring nullable
since_datestring nullable