# List

> List Leaderboards.

List Leaderboards.

Authentication Required: `Yes`

```bash
ugs leaderboards list [options]
```

## Options

|             | Alias                  | Description                                                                                                                       |
| ----------- | ---------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| cursor      | --cursor               | The ID of the leaderboard that listing should start after, i.e. the last leaderboard returned from the previous page when paging. |
| limit       | --limit                | The number of leaderboards to return. Defaults to 10.                                                                             |
| project-id  | -p, --project-id       | The Unity cloud project ID.                                                                                                       |
| environment | -e, --environment-name | The services environment name.                                                                                                    |
| help        | -?, -h, --help         | Display help and usage information.                                                                                               |
| quiet       | -q, --quiet            | Reduce logging to a minimum.                                                                                                      |
| json        | -j, --json             | Use JSON as the output format.                                                                                                    |
