On this page

List all snapshots for the given bucket, ordered by creation time.

**Alias:**`l`

## Usage

```bash
tigris snapshots list <name> [flags]
t3 s l <name> [flags]
```

## Flags

| Name                     | Required | Default | Description                                     |
|--------------------------|----------|---------|-------------------------------------------------|
| `--format`, `-f`        | No       | `table` | Output format. Options: `json`, `table`, `xml` |

## Examples

```bash
tigris snapshots list my-bucket
tigris snapshots list my-bucket --format json
```
