---
title: "Returns a specific memory for a specific memory id"
method: GET
path: "/memory/{memory_id}/"
tags: ["Memory"]
---

# Returns a specific memory for a specific memory id

`GET /memory/{memory_id}/`

## Response `200`

Memory details

- Memory
  - `id` integer
  - `size_gb` integer, required
  - `handle` string, required
  - `host_id` integer, required

## Other responses

- `default` — Unexpected error

---

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