---
title: "aeontel log"
description: "Browse activity logs"
section: "CLI"
group: "Commands"
order: 818
---

## Log commands

### `aeontel log list`

List logs in a workspace

```ts
aeontel log list --workspace <id> [--subject-id <id>] [--level <level>] [--source <source>]
```

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

### `aeontel log get`

Get log entry details

```ts
aeontel log get <id>
```

```bash
aeontel log get id_...
```
