---
title: "aeontel email"
description: "Browse received emails"
section: "CLI"
group: "Commands"
order: 810
---

## Email commands

### `aeontel email list`

List emails in a workspace

```ts
aeontel email list --workspace <id>
```

```bash
aeontel email list --workspace wsp_...
```

### `aeontel email get`

Get email details

```ts
aeontel email get <id>
```

```bash
aeontel email get id_...
```

### `aeontel email delete`

Delete an email

```ts
aeontel email delete <id>
```

```bash
aeontel email delete id_...
```

### `aeontel email restore`

Restore a soft-deleted email

```ts
aeontel email restore <id>
```

```bash
aeontel email restore id_...
```
