---
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
    - `useAdvancedMatching` boolean, required
    - `jsonPath` string
    - `expectedValue` string
    - `matchMethod` 'equal' | 'include' | 'regex'
    - `notifications` string[], required
    - `tags` string[], required
    - `customUpCodes` number[]
    - `secret` 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

## Other responses

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

## Changes

- **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
- **2026-05-11** `59d86e7d3831` — 1 warning, 2 info
  - added the new `dns` enum value to the `data/items/type` response property for the response status `200`
  - added the optional property `data/items/dnsRecordType` to the response with the `200` status
  - added the optional property `data/items/dnsServer` to the response with the `200` status
- **2026-05-01** `39082d385dda` — 1 breaking, 2 warning, 8 info
  - the response's body type changed from no type to `object` for status `200`
  - removed the optional property `details` from the response with the `500` status
  - added the new `false` enum value to the `success` response property for the response status `500`
  - for the `query` request parameter `filter`, the type was generalized from `string` to no type
  - …7 more
- …earlier changes not shown

[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/dbd00f8a361c/schema)
