---
title: "ktm incidents get"
description: "Use the ktm incidents get command to retrieve a single incident's tags, status, level, duration, and alert source by ID."
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 incident details

## Usage

```bash
ktm incidents get [flags]
```

## Examples

```bash
# Get incident details
ktm incidents get --operator my-operator --id 99
```

## Flags

| Flag | Type | Default | Description |
| --- | --- | --- | --- |
| `--id` | int |  | Incident ID (from 'incidents list') |
| `--operator` | string |  | Operator slug (required) |

## Details

Get a single incident by ID, including its tags, status, level, duration, and alert source.

Use 'incidents list' to find incident IDs.

## Related

- [`ktm incidents`](/cli/commands/incidents)
- [`ktm incidents list`](/cli/commands/incidents/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>
