---
title: "Memory Manifest"
method: GET
path: "/api/memory/manifest"
---

# Memory Manifest

`GET /api/memory/manifest`

Per-slug sync manifest + a rolled-up `version`. omicos-core diffs
this against its local manifest.json and only re-pulls slugs whose
meta_version changed (a metadata-only flip re-pulls even when the
body hash is unchanged).

MUST include ALL non-deleted rows — active AND invalidated — so core
never garbage-collects a superseded note's local .md (supersession is
expire-don't-delete; only an explicit DELETE removes a slug).

Degrades on DB failure (last-good / 503) instead of 500-storming the
most-polled endpoint (the 2026-06-24 cascade).

## 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)
