v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Memory

List reads of a memory record

Returns the retrieval (search_memory) events for one record, newest first and capped, each with the query text (when captured), tokens returned, and the accessing span/trace/session/user.

get/v1/projects/{projectSlug}/memory/record/reads

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.

recordIdstring required

Record identifier (gen_ai.memory.record.id). Pass an empty string to address the unnamed record.

Record identifier (gen_ai.memory.record.id). Pass an empty string to address the unnamed record.

limitinteger

Maximum number of read events to return. Capped at 200.

Maximum number of read events to return. Capped at 200.

Response

Reads of the record