---
title: "Get reconstructed full content (Legacy Feature)"
method: GET
path: "/memories/{memory_id}/full-content"
tags: ["memories"]
---

# Get reconstructed full content (Legacy Feature)

`GET /memories/{memory_id}/full-content`

Get the full content of a memory, reconstructed from chunks if necessary.

📋 **Note**: This is a legacy feature for chunked content handling.

## Path parameters

- `memory_id` string, required — Memory ID

## Response `200`

Original full content reconstructed from chunks

- unknown

## Other responses

- `401` — Unauthorized
- `413` — Request Entity Too Large
- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/versions/4dc7c4418845/schema)
