# Leaderboards

**URL:** https://heroiclabs.com/docs/hiro/dart/leaderboards/
**Keywords:** leaderboards, hiro
**Categories:** hiro, dart, leaderboards

---


# Leaderboards

Read more about the Leaderboards system in Hiro [here](../../concepts/leaderboards/).

## Get all leaderboards

Get the leaderboards defined for the game.

```dart
var leaderboard_config_list = await hiro.leaderboardsConfigGet(session!);
print(leaderboard_config_list);
```