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

# List Memory Proposals

`GET /api/memory/proposals`

List the user's proposals (default status=pending). Each carries
`current_body`/`current_hash` of the live target slug so the SPA can
render a before/after diff.

`?status=` filters by status ('all' = any status). `?session_id=`
scopes to one conversation's session-origin proposals (the
"为当前对话生成记忆" review pane) — both filters compose, so the SPA
asks for `?session_id=<id>&status=pending` to drive the red-dot count.

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