# List Indexes

> List all existing indexes for a given project and environment.

List all existing indexes for a given project and environment.

Authentication Required: `Yes`

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

## Documentation

For more documentation on listing indexes, see the [Unity Service API Docs](https://services.docs.unity.com/cloud-save-admin/v1/index.html#tag/Data/operation/listIndexes).

## Options

| Option      | Alias                  | Description                         |
| ----------- | ---------------------- | ----------------------------------- |
| 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.      |
