empower

Download Empower analytics and statistics

Retrieves Empower analytics and statistics (e.g. Leaderboard) for the given filters. The response format is controlled by the output field in the request body: use json for JSON or csv to download as a CSV file.

Permission: Empower Read required.

Monitoring: No impact. Visibility depends on your Empower role.

post/empower/analytics

Request body

user_idinteger[]

Optional list of user IDs to filter by.

group_idinteger[]

Optional list of group IDs to filter by.

output'json' | 'csv'

Response format; use csv to download as a file.

typestring

Stats type requested (e.g. Leaderboard).

Example request

{
  "time_frame": {
    "start_time": "2026-01-19T18:30:00.000Z",
    "end_time": "2026-02-03T18:29:59.000Z"
  },
  "type": "Leaderboard"
}

Response

Successful operation. Body is JSON or CSV depending on output.

chartsobject

Aggregated chart metrics (over_avg_, over_sum_). Each key has value and optional last_value.

Changes