---
title: "List team monitors with their most recent checks (paginated)"
method: GET
path: "/monitors/team/with-checks"
tags: ["monitors"]
---

# List team monitors with their most recent checks (paginated)

`GET /monitors/team/with-checks`

## Query parameters

- `limit` integer
- `page` integer, nullable
- `rowsPerPage` integer
- `filter` union
  - string
  - ''
- `field` string
- `order` 'asc' | 'desc'
- `type` union
  - 'http' | 'ping' | 'pagespeed' | 'hardware' | 'docker' | 'port' | 'game' | 'grpc' | 'websocket' | 'dns' | 'unknown'
  - string[]
- `tags` union
  - string
  - string[]
- `explain` boolean

## Response `200`

OK

- object
  - `success` true, required
  - `msg` string, required
  - `data` unknown

## Other responses

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

---

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