---
title: "ktm monitors get"
description: "Get full monitor configuration"
sidebarTitle: "get"
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 */}

Get full monitor configuration

## Usage

```bash
ktm monitors get <id> [flags]
```

## Examples

```bash
ktm monitors get 42
ktm monitors get 42 -o json
```

## Arguments

| Argument | Required |
| --- | --- |
| `id` | Yes |

## Details

Retrieve the complete configuration of a single monitor by ID: owners, input variables, schedule, variant pins, target test, and active status.

Find monitor IDs with 'monitors list'. Output is full JSON by default, or a field table with --output table.

## Related

- [`ktm monitors`](/cli/commands/monitors)
- [`ktm monitors list`](/cli/commands/monitors/list)

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