# `bird webhooks get`

## Usage

```bash
bird webhooks get <webhook-id> [flags]
```

## Description

Get a webhook endpoint

## Examples

```bash
bird webhooks get <id>
bird webhooks get <id> -f text
# find an id to pass
bird webhooks list
```

## Options

| Name                | Description                                      |
| ------------------- | ------------------------------------------------ |
| `--response-schema` | Print the fields this command returns, then exit |

## Related

| Name                                                                        | Description                   |
| --------------------------------------------------------------------------- | ----------------------------- |
| [`bird webhooks attempts`](/docs/cli/reference/webhooks-attempts)           | List delivery attempts        |
| [`bird webhooks create`](/docs/cli/reference/webhooks-create)               | Create a webhook endpoint     |
| [`bird webhooks delete`](/docs/cli/reference/webhooks-delete)               | Delete a webhook endpoint     |
| [`bird webhooks list`](/docs/cli/reference/webhooks-list)                   | List webhook endpoints        |
| [`bird webhooks rotate-secret`](/docs/cli/reference/webhooks-rotate-secret) | Rotate webhook signing secret |
| [`bird webhooks test`](/docs/cli/reference/webhooks-test)                   | Send a test event             |