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
Response
Successful Response