# GET /memory/:id

**Resource:** [Agent Memory](./memory.md)  
**Scopes:** `memory:read`  
**Write operation:** no

Fetch a single agent memory by its UUID. Returns NOT_FOUND if the memory is soft-deleted.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Memory UUID -- full UUID, do not truncate. |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`