---
title: "Get Memory Status"
method: GET
path: "/memories/status"
tags: ["Memories"]
---

# Get Memory Status

`GET /memories/status`

Report scheduler state.

Polled by the Tauri background task, which is why indexing_busy is computed
here: the desktop shell never opens the database itself.

## Response `200`

Successful Response

- MemoryStatusResponse
  - `success` boolean, required
  - `message` string, required
  - `data` MemoryStatusData, required — Scheduler-facing snapshot. Polled by the Tauri background task.
    - `run_date` string, required
    - `run_status` 'running' | 'complete' | 'failed', nullable
    - `run_started_at` string, nullable
    - `indexing_busy` boolean
    - `unviewed_count` integer
    - `latest_memory_id` string, nullable
    - `memories_enabled` boolean
    - `notifications_enabled` boolean

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.net/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
