---
title: "List monitors for the caller's team"
method: GET
path: "/monitors/team"
tags: ["monitors"]
---

# List monitors for the caller's team

`GET /monitors/team`

## Query parameters

- `type` union
  - 'http' | 'ping' | 'pagespeed' | 'hardware' | 'docker' | 'port' | 'game' | 'grpc' | 'websocket' | 'dns' | 'unknown'
  - string[]
- `filter` union
  - string
  - ''
- `tags` union
  - string
  - string[]

## Response `200`

OK

- object
  - `success` true, required
  - `msg` string, required
  - `data` Monitor[], required
    - `_id` string, required
    - `name` string, required
    - `description` string
    - `type` 'http' | 'ping' | 'pagespeed' | 'hardware' | 'docker' | 'port' | 'game' | 'grpc' | 'websocket' | 'dns' | 'unknown', required
    - `url` string, required
    - `port` number
    - `isActive` boolean, required
    - `interval` number, required
    - `status` 'up' | 'down' | 'paused' | 'initializing' | 'maintenance' | 'breached', required
    - `statusWindowSize` number, required
    - `statusWindowThreshold` number, required
    - `ignoreTlsErrors` boolean, required
    - `proxyMode` 'inherit' | 'none' | 'custom', required
    - `proxyId` string
    - `useAdvancedMatching` boolean, required
    - `jsonPath` string
    - `expectedValue` string
    - `matchMethod` 'equal' | 'include' | 'regex'
    - `method` 'GET' | 'HEAD', required
    - `notifications` string[], required
    - `tags` string[], required
    - `customUpCodes` number[]
    - `secret` string
    - `sshPrivateKey` string
    - `cpuAlertThreshold` number, required
    - `memoryAlertThreshold` number, required
    - `diskAlertThreshold` number, required
    - `tempAlertThreshold` number, required
    - `selectedDisks` string[], required
    - `gameId` string
    - `grpcServiceName` string
    - `group` string, nullable
    - `geoCheckEnabled` boolean, required
    - `geoCheckLocations` string[], required
    - `geoCheckInterval` number, required
    - `dnsServer` string
    - `dnsRecordType` 'A' | 'AAAA' | 'CNAME' | 'MX' | 'TXT' | 'NS'
    - `teamId` string, required
    - `userId` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `lastEvaluatedAt` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-08-28** `a9ac59e12c59` — 1 info
  - added the optional property `data/items/sshPrivateKey` to the response with the `200` status
- **2026-08-25** `1f334de2d559` — 2 info
  - added the optional property `data/items/proxyId` to the response with the `200` status
  - added the required property `data/items/proxyMode` to the response with the `200` status
- **2026-06-24** `648dc5ab4761` — 2 info
  - added the required property `data/items/lastEvaluatedAt` to the response with the `200` status
  - added the required property `data/items/method` to the response with the `200` status
- **2026-06-09** `ca827e5b975f` — 1 info
  - added the optional property `data/items/customUpCodes` to the response with the `200` status
- **2026-05-27** `dd1708803c7c` — 2 info
  - added the new optional `query` request parameter `tags`
  - added the required property `data/items/tags` to the response with the `200` status

[Full history](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/monitors/team/get.md)

---

[API](https://skmtc.dev/bluewave-labs/apis/checkmate-api.md) · [All operations](https://skmtc.dev/bluewave-labs/apis/checkmate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bluewave-labs/checkmate-api/revisions/a9ac59e12c59/schema)
