# List

> List cloud content delivery entries from the current bucket.

List cloud content delivery entries from the current bucket.

## Command

```text
ugs ccd entries 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.                                                            |
| bucket-name      | -b, --bucket-name      | The name of the bucket containing the entries.                                         |
| page             | -pa, --page            | Page number for pagination.                                                            |
| per-page         | -pp, --per-page        | Number of items per page for pagination.                                               |
| sort-by          | -s, --sort-by          | Sort entries by a specific field (path, content\_size, content\_type, last\_modified). |
| sort-order       | -o, --sort-order       | Sort order (asc, desc).                                                                |
| starting-after   | -a, --starting-after   | Return entries listed after the named entry id.                                        |
| path             | -t, --path             | Filter entries based on the path.                                                      |
| label            | -l, --label            | Filter entries based on the label.                                                     |
| content-type     | -c, --content-type     | Filter entries based on the content type.                                              |
| complete         | -w, --complete         | Filter entries based on whether content is uploaded.                                   |
| 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.                                                         |
