v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBleaderboard
Get Leaderboard Entries
Get top leaderboard entries for a competition dataset.
Args: dataset_id: Competition dataset. auth: Authenticated caller. limit: Maximum entries to return.
Returns: Entries sorted by F1 score in descending order.
Raises: HTTPException: 404 when the dataset is not visible, 400 when it is not a competition, 500 when the entries cannot be read.
get/leaderboard/datasets/{dataset_id}/entries
Path parameters
dataset_idstring required
Query parameters
limitinteger
Number of entries to return
Number of entries to return
Response
Successful Response