Memory
Get memory store snapshot
Returns the store's current records (ids, token counts, last-updated) as a snapshot. Pass at (ISO-8601) to reconstruct the store as of a past point in time. Record bodies are fetched separately, one record at a time.
get/v1/projects/{projectSlug}/memory/store
Path parameters
projectSlugstring required
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Query parameters
storeIdstring required
Store identifier (gen_ai.memory.store.id). Pass an empty string to address the unattributed ("") store.
Store identifier (gen_ai.memory.store.id). Pass an empty string to address the unattributed ("") store.
atstring date-time
Reconstruct the store as of this ISO-8601 timestamp. Defaults to the current state.
Reconstruct the store as of this ISO-8601 timestamp. Defaults to the current state.
Response
Memory store snapshot