Skip to main content
POST

Overview

Returns memories sorted by created_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 or Authorization header.
string
required
Session token from Activate Agent. Must match agent_id.
string
required
Must be application/json

Path Parameters

string
required
The unique identifier of the agent.

Body

integer
Maximum number of results to return. Range 1100. If omitted, the server default applies (RECALL_LIMIT).
array
Optional list of memory type filters (e.g. ["fact", "preference"]).

Next Steps