---
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
    - `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-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/format changed from ``/`` 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/format was generalized from `string`/`` to ``/``
  - …7 more
- **2026-03-18** `cd5518087304` — 6 breaking, 4 warning, 2 info
  - removed the enum value `docker` from the `query` request parameter `type`
  - removed the enum value `hardware` from the `query` request parameter `type`
  - removed the enum value `http` from the `query` request parameter `type`
  - removed the enum value `pagespeed` from the `query` request parameter `type`
  - …8 more
- **2025-08-11** `db719f9e3d34` — 1 info
  - endpoint added

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