# List

> List cloud content delivery buckets.

List cloud content delivery buckets.

## Command

```text
ugs ccd buckets list [options]
```

## Options

| Option           | Alias                  | Description                                       |
| ---------------- | ---------------------- | ------------------------------------------------- |
| environment-name | -e, --environment-name | The Unity environment name.                       |
| project-id       | -p, --project-id       | The Unity cloud project id.                       |
| page             | -pa, --page            | Page number for pagination.                       |
| per-page         | -pp, --per-page        | Number of items per page for pagination.          |
| filter-by-name   | -n, --filter-by-name   | Filter buckets by name.                           |
| sort-by          | -s, --sort-by          | Sort buckets by a specific field (name, created). |
| sort-order       | -o, --sort-order       | Sort order (asc, desc).                           |
| 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.                    |
