---
title: "aeontel webhook-call"
description: "Inspect inbound webhook calls"
section: "CLI"
group: "Commands"
order: 835
---

## Webhook-call commands

### `aeontel webhook-call list`

List inbound webhook calls

```ts
aeontel webhook-call list [--workspace <id>] [--endpoint <id>]
```

```bash
aeontel webhook-call list
```

### `aeontel webhook-call get`

Get webhook call details

```ts
aeontel webhook-call get <id>
```

```bash
aeontel webhook-call get id_...
```

### `aeontel webhook-call delete`

Delete a webhook call

```ts
aeontel webhook-call delete <id>
```

```bash
aeontel webhook-call delete id_...
```
