---
title: "ktm alerts"
description: "Manage ktm alerts from the CLI to view and list persistent alert definitions that automatically trigger incidents on the platform."
sidebarTitle: "alerts"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

Alert definitions — persistent rules that automatically trigger incidents on the platform

## Usage

```bash
ktm alerts [flags]
```

## Subcommands

<Columns cols={2}>
  <Card title="get" icon="angle-right" href="/cli/commands/alerts/get">
    Get alert definition details
  </Card>
  <Card title="list" icon="angle-right" href="/cli/commands/alerts/list">
    List alert definitions configured on the platform
  </Card>
</Columns>

## Notes

- Alert definitions are the persistent rules that trigger incidents. The incidents they raise are managed under [`ktm incidents`](/cli/commands/incidents).

<Note>
  Global flags (`--output`, `--debug`, `--host`, …) apply to every command. See the [command reference overview](/cli/commands/overview).
</Note>

## What's next?

<Columns cols={2}>
  <Card title="All commands" icon="terminal" href="/cli/commands/overview">
    Browse the full CLI reference.
  </Card>
  <Card title="Get started" icon="rocket" href="/cli/getting-started">
    Install the CLI and authenticate.
  </Card>
</Columns>
