v1
latestOpenAPI 3.0.42026-08-04342835917.6 KBBenchmark
Queries the combined standings of multiple benchmarks.
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/benchmark/combined-standings/query
Query parameters
benchmarkIdsstring[] required
The identifiers of the benchmarks to combine.
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 leaderboard_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