---
title: "GET /v1/memories/{memory_id}/"
method: GET
path: "/v1/memories/{memory_id}/"
tags: ["memories"]
---

# GET /v1/memories/{memory_id}/

`GET /v1/memories/{memory_id}/`

Get a memory.

## Path parameters

- `memory_id` string, uuid, required

## Response `200`

Successfully retrieved the memory

- object
  - `id` string, uuid — Unique identifier for the memory
  - `memory` string — The content of the memory
  - `user_id` string — Identifier of the user associated with this memory
  - `agent_id` string, nullable — The agent ID associated with the memory, if any
  - `app_id` string, nullable — The app ID associated with the memory, if any
  - `run_id` string, nullable — The run ID associated with the memory, if any
  - `hash` string — Hash of the memory content
  - `metadata` object — Additional metadata associated with the memory
  - `created_at` string, date-time — Timestamp of when the memory was created
  - `updated_at` string, date-time — Timestamp of when the memory was last updated

## Other responses

- `404` — Memory not found

---

[API](https://skmtc.dev/thuir/apis/mem0-api-docs.md) · [All operations](https://skmtc.dev/thuir/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thuir/mem0-api-docs/revisions/f569857d13db/schema)
