Skip to main content
POST

Overview

Returns memories that were created or updated after the specified since 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 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

string
required
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.
integer
Maximum number of results to return. Range 1100. If omitted, the server default applies.
array
Optional list of memory type filters (e.g. ["fact", "decision"]).

Next Steps