Benchmark
Queries all leaderboards for the given benchmark.
get/benchmark/{benchmarkId}/leaderboards
Path parameters
benchmarkIdstring required
The id of the benchmark whose leaderboards will be returned.
Query parameters
pageinteger
The 1-based page index.
page_sizeinteger
The number of items per page.
sortstring[]
Sort fields. Prefix with - for descending order (e.g. -created_at).
Filter by id.
Filter by name.
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
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
added the required property
items/items/lastUpdatedAtto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○