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

## Changes

- **2026-07-30** `bf1ef4998555` — 1 info
  - the `notifications_enabled` response's property default value changed from `true` to `false` for the status `200`
- **2026-07-28** `6f5d33d571ac` — 1 info
  - added the optional property `data/run_started_at` to the response with the `200` status
- **2026-07-26** `6d00f3eba85c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/memories/status/get.md)

---

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