> ## Documentation Index
> Fetch the complete documentation index at: https://loops.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Lists

> View your mailing lists.

The `lists` command lets you view mailing lists in your Loops account.

## `list`

List all mailing lists.

```bash theme={"dark"}
loops lists list
```

Pass `--pick` to filter the list interactively with [fzf](https://github.com/junegunn/fzf) and copy the selected mailing list ID to your clipboard. Requires `fzf` to be installed and on your `PATH`.

```bash theme={"dark"}
loops lists list --pick
```

### Flags

| Flag     | Description                                                                                                          |
| -------- | -------------------------------------------------------------------------------------------------------------------- |
| `--pick` | Interactively pick a mailing list and copy its ID to the clipboard. Requires [fzf](https://github.com/junegunn/fzf). |
