Returns a per-user performance table for a scenario with pagination and sorting. Shows each participant’s first score, best score, lift, rank, session count, and total practice duration.
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Scenario identifier (UUID or slug)
Comma-separated user IDs to filter by. When combined with user_emails, results are unioned (all matching users from either list are included).
Comma-separated user email addresses to filter by. When combined with user_ids, results are unioned (all matching users from either list are included).
Comma-separated workspace group IDs to filter by
ISO 8601 datetime — only include sessions on or after this date
ISO 8601 datetime — only include sessions on or before this date
Exclude sessions from system users (emails ending in @exec.com). Default false.
Sort field. Prefix with - for descending order.
best_score, -best_score, first_score, -first_score, lift_percentage, -lift_percentage, total_duration_seconds, -total_duration_seconds, session_count, -session_count Page number (1-indexed)
x >= 1Number of results per page (max 100)
1 <= x <= 100