Search & Discovery
Recall As Of
Point-in-time recall — return memories as they existed at a specified historical timestamp.
POST
Overview
Returns memories that were valid at the specified point in time, excluding memories created afteras_of, superseded before it, or expired before it. Useful for reconstructing what the agent “knew” at a given moment.
This endpoint lists memories chronologically — there is no query parameter. For semantic search, use Recall instead.
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
Point-in-time boundary. Accepts
YYYY-MM-DD (interpreted as end of day UTC) or a full ISO 8601 datetime, e.g. 2026-05-01T14:30:00Z.Maximum number of results to return. Range
1–100. If omitted, the server default applies.Optional list of memory type filters (e.g.
["fact", "decision"]).Next Steps
- Recall Changed Since to find modifications after a specific date
- Recall for standard semantic search