> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Alert list

List alerts.

## Usage

```
Usage: keep alert list [OPTIONS]
```

## Options

* `filter`:

  * Type: STRING
  * Default: `none`
  * Usage: `--filter
    -f`

  Filter alerts based on specific attributes. E.g., --filter source=datadog

* `export`:

  * Type: Path
  * Default: `none`
  * Usage: `--export`

  Export alerts to a specified JSON file.

* `help`:

  * Type: BOOL
  * Default: `false`
  * Usage: `--help`

  Show this message and exit.

## CLI Help

```
Usage: keep alert list [OPTIONS]

  List alerts.

Options:
  -f, --filter TEXT  Filter alerts based on specific attributes. E.g.,
                     --filter source=datadog

  --export PATH      Export alerts to a specified JSON file.
  --help             Show this message and exit.
```
