ktm incidents list

Use the ktm incidents list command to filter, paginate, and review triggered alert incidents by status, alert ID, or date range.

List incidents (triggered alerts) on the platform

Usage

ktm incidents list [flags]

Examples

# List open incidents
ktm incidents list --operator my-operator --status OPEN

# List incidents for a specific alert
ktm incidents list --operator my-operator --alert-id 42

# List incidents created after a date
ktm incidents list --operator my-operator --created-after 2026-03-01T00:00:00Z

Flags

FlagTypeDefaultDescription
--alert-idstringComma-separated alert definition IDs
--closed-afterstringFilter incidents closed after this ISO datetime
--closed-beforestringFilter incidents closed before this ISO datetime
--created-afterstringFilter incidents created after this ISO datetime
--created-beforestringFilter incidents created before this ISO datetime
--operatorstringOperator slug (required)
--pageint1Page number
--page-sizeint50Results per page
--statusstringFilter by status: OPEN, CLOSED, MANUALLY_CLOSED, CHANGED, DEACTIVATED

Details

List incidents for an operator. Incidents are created when a platform alert definition fires. They track the lifecycle from OPEN to CLOSED.

NOT the same as 'metrics alert-eval' which performs local on-demand analytics.

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on