faceit_getHubLeaderboards
Retrieve all leaderboards attached to a FACEIT hub. Specify hub ID and use offset and limit for pagination.
Instructions
Retrieve all leaderboards of a hub
Use to list all leaderboards attached to a hub. For a specific named ranking use getHubRanking (all-time) or getHubSeasonRanking (per season).
Endpoint: GET /leaderboards/hubs/{hub_id}
Parameters:
hub_id (path, str, required): The id of the hub
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: Leaderboards list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub_id | Yes | ||
| offset | No | ||
| limit | No |