Skip to main content
GET
Get analytics user stats

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose analytics to read.

Response

The app's user counts.

User statistics for dashboards.

active_users
integer
default:0

Users whose most recent event was in the last 7 days.

Example:

126

live_users
integer
default:0

Users seen in the app in the last 2 minutes.

Example:

3

inactive_7d
integer
default:0

Users whose most recent event was between 7 and 30 days ago.

Example:

88

inactive_30d
integer
default:0

Users whose most recent event was more than 30 days ago.

Example:

41