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
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.