# tigris snapshots list

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

**Alias:** `l`

## Usage[​](#usage "Direct link to Usage")

```
tigris snapshots list <name> [flags]

t3 s l <name> [flags]
```

## Flags[​](#flags "Direct link to Flags")

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

## Examples[​](#examples "Direct link to Examples")

```
tigris snapshots list my-bucket

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