Get a memory
Fetch one Replay memory by ID.
GET /v1/memories/{memory_id} returns one memory owned by the account attached to your API key.
Endpoint
Authentication
Required. Send your API key withAuthorization: Bearer.
Example
Response
Returns a single memory object. Media URL fields are temporary signed URLs and expire 1 hour after the response is created.Not found
If the memory does not exist or does not belong to the API key owner, the API returns404.
Errors
Authorizations
Replay public API key.
Path Parameters
The memory ID to fetch.
"mem_01JZ8W2X4M9QK7F3T6V1N0P8RA"
Response
A memory.
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.

