---
title: "List Memory"
method: GET
path: "/api/memory"
---

# List Memory

`GET /api/memory`

SPA list. Default: ACTIVE ONLY (invalidated_on IS NULL), ranked by
(importance DESC, COALESCE(last_accessed_at, updated_at) DESC,
updated_at DESC). `?include_superseded=1` includes invalidated rows.
Degrades on DB failure (last-good / 503) instead of 500-storming.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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