---
title: "Get a specific memory"
method: GET
path: "/api/v1/me/memories/{id}"
tags: ["humanApiMemories"]
---

# Get a specific memory

`GET /api/v1/me/memories/{id}`

Retrieves a specific memory by ID if accessible to the user: one about them, one
shared with their organization, one in a room they participate in, or one stored
privately by an agent they own. Anything else is 403.

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Memory

- MemoriesGetUserMemoryResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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