faceit_getLeaderboard
Get the ranking of a leaderboard using a leaderboard ID. Provide optional offset and limit to paginate through results.
Instructions
Retrieve ranking from a leaderboard id
Use when you already have a leaderboard_id (from getChampionshipLeaderboards or getHubLeaderboards) and want its ranking.
Endpoint: GET /leaderboards/{leaderboard_id}
Parameters:
leaderboard_id (path, str, required): The id of the leaderboard
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Competition ranking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leaderboard_id | Yes | ||
| offset | No | ||
| limit | No |