v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-044334120.9 KB
Sessions & Agents
Memory Operations

Recall Recent

Recall the most recently stored memories.

Returns memories sorted by created_at descending (newest first). Optionally filter by memory type.

Requires:

  • X-Session-Token: {session_token}

The session must be for the specified agent_id.

post/api/v2/agents/{agent_id}/recall/recent

Path parameters

agent_idstring required

Headers

x-session-tokenstring nullable
X-Api-Keystring nullable

Cookies

memanto_session_tokenstring nullable

Request body

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