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

JWT Bearer token authentication using the Authorization header

Query Parameters

from
string<date>
Example:

"2024-01-01"

to
string<date>
Example:

"2024-12-31"

Response

Successful response

total_users
integer
Example:

1250

active_users_30d
integer
Example:

890

new_users_30d
integer
Example:

156

total_organizations
integer
Example:

45

total_workspaces
integer
Example:

128

ai_agents_count
integer
Example:

32

ai_workflows_count
integer
Example:

67

ai_executions_30d
integer
Example:

4523

knowledge_base_documents
integer
Example:

1890

storage_used_gb
number
Example:

45.7