List memories
List memories for the authenticated Replay account.
GET /v1/memories returns memories owned by the account attached to your API key.
Endpoint
Authentication
Required. Send your API key withAuthorization: Bearer.
Request
This endpoint does not accept query parameters or a request body.Example
Response
Returns an array of memory objects. Media URL fields are temporary signed URLs and expire 1 hour after the response is created. List responses keeptranscript as null; fetch one memory to read transcript segments.
Empty result
If the account has no memories, the API returns an empty array.Errors
Authorizations
Replay public API key.
Response
A list of memories.
Unique memory ID.
"mem_01JZ8W2X4M9QK7F3T6V1N0P8RA"
User-visible memory name.
"Product planning walk"
ISO timestamp for when the memory started.
"2026-06-01T16:02:11Z"
ISO timestamp for when the memory ended.
"2026-06-01T16:18:42Z"
Whether Replay is still processing transcript and summary data.
false
ID of the Replay user that owns the memory.
"user_8ad5a3d1-7f24-4fc4-bf76-07fef4f8a92d"
Length of the memory in seconds.
991
Temporary signed URL for the memory audio file. Expires 1 hour after the response is created. Returns null if the audio file is not available.
"https://gpngkwsgfwohtyenjaks.supabase.co/storage/v1/object/sign/memories/mem_01JZ8W2X4M9QK7F3T6V1N0P8RA/audio.m4a?token=eyJ..."
Temporary signed URL for the memory video file. Expires 1 hour after the response is created. Returns null if the video file is not available.
"https://gpngkwsgfwohtyenjaks.supabase.co/storage/v1/object/sign/memories/mem_01JZ8W2X4M9QK7F3T6V1N0P8RA/video.mp4?token=eyJ..."
Temporary signed URL for the memory preview image. Expires 1 hour after the response is created. Returns null if the preview image is not available.
"https://gpngkwsgfwohtyenjaks.supabase.co/storage/v1/object/sign/memories/mem_01JZ8W2X4M9QK7F3T6V1N0P8RA/preview.jpg?token=eyJ..."
Segment transcript, available on memory detail after processing. List responses return null.
Generated summary, available after processing.

