Diff a memory store between two points in time
Returns a per-record diff of the store between two points in time — added, updated, and removed records with token deltas. from defaults to the empty state (everything counts as added); to defaults to the current state. Unchanged records are pruned.
Path parameters
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Query parameters
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.
Lower bound (inclusive) of the diff, ISO-8601. Defaults to the empty state.
Lower bound (inclusive) of the diff, ISO-8601. Defaults to the empty state.
Upper bound (inclusive) of the diff, ISO-8601. Defaults to the current state.
Upper bound (inclusive) of the diff, ISO-8601. Defaults to the current state.
Response
Memory store diff