ktm incidents get
Use the ktm incidents get command to retrieve a single incident's tags, status, level, duration, and alert source by ID.
Get incident details
Usage
ktm incidents get [flags]
Examples
# 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
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on