SmartMemory
GET
/memory/reasoning/low-confidence

Get items with confidence below threshold.

Useful for finding facts that have been challenged multiple times and may need review or removal.

Returns items sorted by confidence (lowest first).

Query Parameters

threshold?Threshold
limit?Limit

Response Body

application/json

application/json

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