Backend API
Get overall analytics statistics for the deployment
cURL
curl --request GET \ --url https://api.wacht.dev/analytics/stats \ --header 'Authorization: Bearer <token>'
{ "total_users": 1250, "active_users_30d": 890, "new_users_30d": 156, "total_organizations": 45, "total_workspaces": 128, "ai_agents_count": 32, "ai_workflows_count": 67, "ai_executions_30d": 4523, "knowledge_base_documents": 1890, "storage_used_gb": 45.7 }