Get a memory
API reference
Get a memory
Fetch one Replay memory by ID.
GET
Get a memory
GET /v1/memories/{memory_id} returns one memory owned by the account attached to your API key.
Endpoint
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
memory_id | string | Yes | The memory ID to fetch. |
The memory ID to fetch.
Authentication
Required. Send your API key withAuthorization: Bearer.
Example
Response
Returns a single memory object.Unique memory ID.
User-visible memory name.
ISO timestamp for when the memory started.
ISO timestamp for when the memory ended.
Length of the memory in seconds.
Whether Replay is still processing transcript and summary data.
ID of the Replay user that owns the memory.
Generated summary, available after processing.
Transcript text, available after processing.
Not found
If the memory does not exist or does not belong to the API key owner, the API returns404.
Errors
| Status | Meaning |
|---|---|
401 | Missing or invalid API key. |
404 | Memory not found for this account. |
500 | Internal server error. |

