---
title: "ktm alerts get"
description: "Retrieve a specific alert definition's configuration and notification settings by ID using the ktm alerts get CLI command."
sidebarTitle: "get"
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 */}

Get alert definition details

## Usage

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

## Examples

```bash
# Get alert definition details
ktm alerts get --id 42
```

## Flags

| Flag | Type | Default | Description |
| --- | --- | --- | --- |
| `--id` | int |  | Alert definition ID (from 'alerts list') |

## Details

Get a single alert definition by ID, including its configuration and notification settings.

Use 'alerts list' to find alert definition IDs.

## Related

- [`ktm alerts`](/cli/commands/alerts)
- [`ktm alerts list`](/cli/commands/alerts/list)

<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>
