Skip to main content

Get user stats (JWT)

GET 

/user/stats

Get some stats about this user

Request

Responses

OK

Schema
    total_time_tracked_s float

    Total number of seconds tracked by this user across all devices

    first_heartbeat date-timenullable

    Timestamp of the first heartbeat registered, null if does not exist

    num_events integer

    Count of events registered for this user across all metrics

    num_non_heartbeat_events integer

    Count of events registered for this user across all metrics except heartbeat

Loading...