---
title: "ktm operators list"
description: "List all operators accessible with the current API key"
sidebarTitle: "list"
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 */}

List all operators accessible with the current API key

## Usage

```bash
ktm operators list [flags]
```

## Examples

```bash
# 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

| Flag | Type | Default | Description |
| --- | --- | --- | --- |
| `--organisation-group` | string |  | Filter operators belonging to this organisation group (by slug) |
| `--short-name` | string |  | Filter 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

## Related

- [`ktm operators`](/cli/commands/operators)

<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>
