ktm monitoring-results list

List recent monitoring results

List recent monitoring results

Usage

ktm monitoring-results list [flags]

Examples

# List recent results for a monitor
ktm monitoring-results list --monitoring-id 2180

# Filter by product
ktm monitoring-results list --product my-operator~my-product

# Table format
ktm monitoring-results list --monitoring-id 2180 -o table

Flags

FlagTypeDefaultDescription
--endstringResults before this datetime (ISO 8601)
--monitoring-idstringFilter by monitor ID (from 'monitors list'). Required for operator-scoped results — without this, results span all operators.
--orderingstringSort: -modified (default) or modified
--pagestringPage number (default: 1)
--page-sizestringResults per page (default: 20)
--productstringProduct slug (format: operator~product)
--startstringResults after this datetime (ISO 8601)
--test-idstringFilter by test ID

Details

List monitoring results (run outcomes from scheduled monitors).

Each result represents a single monitor execution with an overall status. Results are always lean: the heavy result payload is excluded. Use 'monitoring-results get <id>' to investigate specific results.

Prerequisite: Without --monitoring-id or --product, results span ALL operators the API key has access to. Always run 'monitors list --operator <slug>' first to get monitor IDs, then pass --monitoring-id here to scope results to the correct operator.

Status codes: S=success, F=failed, O=ongoing, P=pending, WA=waiting, B=broken, DI=dismissed

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