---
title: esc env webhook get | CLI commands
url: /docs/esc/cli/commands/esc_env_webhook_get/
---

Get an environment webhook.

## Synopsis

[EXPERIMENTAL] Get an environment webhook

This command prints the named webhook attached to the given environment.

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

## Options

```
  -h, --help            help for get
      --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


