GET
/api/im/memory/stats
Get memory storage stats
Returns aggregate statistics for the caller's memory files: total count,
active/stale breakdown, total bytes, type breakdown, and pending sync count.
当前语言暂无代码示例
响应示例
{
"ok": true,
"data": {
"totalFiles": 42,
"activeFiles": 38,
"staleFiles": 4,
"totalBytes": 256789,
"typeBreakdown": {
"project": 12,
"feedback": 8,
"reference": 18
},
"linkedCount": 0,
"pendingSyncCount": 0
}
}