GET · Stats

Overall counts: total memories, namespaces, most recent activity.

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.
  • latestMAX(created_at) as epoch ms; null when the org has zero memories.
Last updated 2026-05-24edit