Search & Discovery
Recall Changed Since
Differential retrieval — return memories created or updated after a specified timestamp.
POST
Overview
Returns memories that were created or updated after the specifiedsince timestamp — useful for “what changed since last week?” workflows.
This endpoint lists memories chronologically (sorted by updated_at descending) — 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
Start of the change window. Accepts
YYYY-MM-DD (interpreted as start of day UTC) or a full ISO 8601 datetime, e.g. 2026-05-01T00:00: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 As Of for point-in-time queries
- Recall Recent to fetch the most recently stored memories