---
title: "Get memory"
method: GET
path: "/api/v1/memories/{memory_uuid}"
tags: ["memories"]
---

# Get memory

`GET /api/v1/memories/{memory_uuid}`

## Path parameters

- `memory_uuid` string, uuid, required

## Query parameters

- `space_uuid` string, uuid
- `space_id` string, uuid

## Response `200`

Memory

- MemoryResponse
  - `id` string, uuid, required
  - `space_id` string, uuid, required
  - `content` string, required
  - `memory_type` string, required
  - `importance_score` number, nullable, required
  - `event_time` string, date-time, nullable, required
  - `meta` object, nullable, required
  - `access_frequency` integer, required
  - `last_accessed_at` string, date-time, required
  - `forgotten_at` string, date-time, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `404` — Memory not found

## Changes

- **2026-08-25** `55772030ddd3` — 2 breaking
  - the response property `fields` became nullable for the status `404`
  - the `fields` response's property type/format changed from `object`/`` to ``/`` for status `404`
- **2026-08-19** `b38f8e603649` — 1 breaking
  - the `fields` response's property type/format changed from ``/`` to `object`/`` for status `404`

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/memories/:memory_uuid/get.md)

---

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