Search & Discovery
Recall Recent
Return the most recently stored memories, sorted newest-first.
POST
Overview
Returns memories sorted bycreated_at descending (newest first). Useful when you want the latest context without running a semantic query — for example, summarizing the most recent activity for an agent.
There is no query parameter for this endpoint; results are purely chronological.
Authentication
API clients do not send an API key orAuthorization header.
Session token from Activate Agent. Must match
agent_id.Must be
application/jsonPath Parameters
The unique identifier of the agent.
Body
Maximum number of results to return. Range
1–100. If omitted, the server default applies (RECALL_LIMIT).Optional list of memory type filters (e.g.
["fact", "preference"]).Next Steps
- Recall for semantic search by query
- Recall As Of for point-in-time queries
- Recall Changed Since for differential retrieval