SmartMemory
GET
/memory/maintenance/status

Get maintenance status for user's memories (read-only).

Returns counts and previews of items that may need attention:

  • Orphaned memories (no connections)
  • Stale memories (older than threshold)
  • Low confidence items (below threshold)

This is a read-only endpoint - no data is modified. Use the admin prune endpoint to take action on these items.

Query Parameters

stale_threshold_days?Stale Threshold Days

Days before item is considered stale

low_confidence_threshold?Low Confidence Threshold

Confidence threshold for flagging

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/maintenance/status"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}