ktm operators list

List all operators accessible with the current API key

List all operators accessible with the current API key

Usage

ktm operators list [flags]

Examples

# List all operators (JSON)
ktm operators list

# List operators in table format
ktm operators list -o table

# Filter by organisation group
ktm operators list --organisation-group my-org

Flags

FlagTypeDefaultDescription
--organisation-groupstringFilter operators belonging to this organisation group (by slug)
--short-namestringFilter by exact operator short name

Details

List operators the authenticated API key has access to.

Operators are the top-level entities in Kapptivate. Each operator owns products, which in turn contain tests and monitors. Start here to discover your operator slug, then use it as --operator in products/tests/monitors/users commands.

JSON output fields: name, active, organisation_group, slug, logo Table columns: SLUG, NAME, ACTIVE, ORG GROUP

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