# List Player Data Ids

> Get a paginated list of all Player data IDs for a given project and environment.

Get a paginated list of all Player data IDs for a given project and environment.

Authentication Required: `Yes`

```bash
ugs cloud-save data player list [options]
```

## Options

|             | Alias                  | Description                                                                                              |
| ----------- | ---------------------- | -------------------------------------------------------------------------------------------------------- |
| project-id  | -p, --project-id       | The Unity cloud project ID.                                                                              |
| environment | -e, --environment-name | The services environment name.                                                                           |
| limit       | --limit                | The maximum number of custom data IDs to return. If not specified, the default limit of 20 will be used. |
| start       | --start                | he custom data ID to start the page from. If not specified, the first page will be returned.             |
| 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.                                                                           |
