---
title: esc env webhook list | CLI commands
url: /docs/esc/cli/commands/esc_env_webhook_list/
---

List environment webhooks.

## Synopsis

[EXPERIMENTAL] List environment webhooks

This command lists the webhooks attached to the given environment.

```
esc env webhook list [<org-name>/][/]<environment-name> [flags]
```

## Options

```
      --count int       The maximum number of webhooks to return (all if unset)
  -h, --help            help for list
      --output string   output format: "text" (default) or "json" (default "text")
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env webhook](/docs/esc/cli/commands/esc_env_webhook/)	 - Manage environment webhooks


