Skip to main content
GET
/
admin
/
stats
Admin dashboard aggregate stats
curl --request GET \
  --url https://api.mnemom.ai/v1/admin/stats \
  --header 'Authorization: Bearer <token>'
{
  "total_users": 123,
  "total_agents": 123,
  "total_traces": 123,
  "total_checkpoints": 123,
  "active_agents_24h": 123,
  "new_users_7d": 123,
  "recent_violations": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Supabase service role key for admin and service endpoints

Response

Aggregate stats

total_users
integer
total_agents
integer
total_traces
integer
total_checkpoints
integer
active_agents_24h
integer
new_users_7d
integer
recent_violations
object[]