v1
latestOpenAPI 3.0.42026-08-04342835917.6 KBLeaderboard
Queries the win matrix of a leaderboard.
Filters apply to the underlying votes. Benchmarks without granular vote storage evaluate only the filters their aggregated data can answer (tags, participants, leaderboards, runs, prompt identifiers); demographic and vote-time filters require granular vote storage.
get/leaderboard/{leaderboardId}/matrix/query
Path parameters
leaderboardIdstring required
The id of the leaderboard.
Query parameters
useWeightedScoringboolean
Whether to apply weighted scoring based on user scores.
Filter by country.
Filter by language.
Filter by gender.
Filter by age_bucket.
Filter by occupation.
Filter by tags.
Filter by participant_id.
Filter by run_id.
Filter by prompt_identifier.
Filter by voted_at.
logic'and' | 'or'
How to combine the field filters: "and" (default) requires every filter to match, "or" requires any of them to match.
Response
OK