GET /api/stats
Aggregate counts over the caller's org.
curl https://www.mnueron.com/api/stats \
-H "Authorization: Bearer $MNUERON_API_TOKEN"
Response
{
"total": 412,
"namespaces": 4,
"latest": 1737070000000
}
total— total memory rows in the org.namespaces— distinct namespaces.latest—MAX(created_at)as epoch ms; null when the org has zero memories.