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": {}
}
]
}Get Llm Keys
Get user's LLM provider API keys (masked for security).
Get 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.