---
title: "Get memory by ID"
method: GET
path: "/memories/{id}"
tags: ["Memories"]
---

# Get memory by ID

`GET /memories/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- MemoryResponse
  - `id` integer, required
  - `content` string, required
  - `source` string, required
  - `source_context` object, nullable, required
  - `tags` string[], required
  - `importance` number, required
  - `frame_id` integer, nullable, required
  - `created_at` string, required
  - `updated_at` string, required

## Changes

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Memories` added
- **2026-04-08** `1a63468a8d30` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/memories/:id/get.md)

---

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