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": [
{}
]
}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": [
{}
]
}