---
title: "list_monitors"
description: "List scheduled test monitors."
sidebarTitle: "list_monitors"
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 scheduled test monitors.

<Note>
  **Read-only · Calls external systems.** Safe to call: this tool does not modify data.
</Note>

## Parameters

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `active` | boolean | No | Filter by active status |
| `archived` | boolean | No | Filter by archived status when using device_type/device_id (default: false) |
| `detail` | boolean | No | Return full JSON instead of compact summaries (default: false) |
| `device_id` | string | No | Device identifier to query monitors for. SIM: national_msisdn, web-agent: hostname, smartphone: UUID. Must be used with device_type and operator. |
| `device_type` | string (sim \| web-agent \| smartphone) | No | Device type to query monitors for: sim, web-agent, or smartphone. Must be used with device_id and operator. Returns monitors assigned to the specific device. |
| `operator` | string | Yes | Operator slug (from list_operators). Required for all queries. |
| `product` | string | No | Filter by product slug (format: operator~product) |

## Example arguments

Illustrative arguments an agent supplies when calling this tool:

```json
{
  "operator": "string"
}
```

## Description

```text
Returns compact summaries by default; use detail=true for full JSON. List scheduled test monitors. Monitors run tests on recurring schedules and write KPI metrics to InfluxDB. Can filter by operator/product or by specific device (device_type + device_id).
```

## What's next?

<Columns cols={2}>
  <Card title="All MCP tools" icon="robot" href="/mcp/tools/overview">
    Browse the full tool reference by category.
  </Card>
  <Card title="Connect a client" icon="plug" href="/mcp/connect">
    Point Claude, Cursor, or Claude Code at the server.
  </Card>
</Columns>
