Skip to main content
GET
/
analytics
/
stats
Get Analytics Stats
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
}

Authorizations

Authorization
string
header
required

Query Parameters

from
string<date>
Example:
to
string<date>
Example:

Response

total_users
integer
Example:
active_users_30d
integer
Example:
new_users_30d
integer
Example:
total_organizations
integer
Example:
total_workspaces
integer
Example:
ai_agents_count
integer
Example:
ai_workflows_count
integer
Example:
ai_executions_30d
integer
Example:
knowledge_base_documents
integer
Example:
storage_used_gb
number
Example: