List memories
API reference
List memories
List memories for the authenticated Replay account.
GET
List memories
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.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.
Empty result
If the account has no memories, the API returns an empty array.Errors
| Status | Meaning |
|---|---|
401 | Missing or invalid API key. |
500 | Internal server error. |

