---
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

## Changes

- **2026-05-27** `dd1708803c7c` — 1 info
  - added the new optional `query` request parameter `tags`
- **2026-05-01** `39082d385dda` — 2 warning, 5 info
  - 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 ``/``
  - added the media type `application/json` for the response with the status `200`
  - …3 more
- **2026-04-27** `8453661342e1` — 1 breaking, 8 info
  - for the `query` request parameter `limit`, default value `10` was removed
  - added the new optional `query` request parameter `explain`
  - added the new optional `query` request parameter `field`
  - added the new optional `query` request parameter `filter`
  - …5 more
- **2026-04-27** `e6bb411c2dc7` — 2 breaking, 7 warning
  - for the `query` request parameter `limit`, default value `10` was added
  - for the `query` request parameter `limit`, the max was decreased from `100.00` to `50.00`
  - deleted the `query` request parameter `explain`
  - deleted the `query` request parameter `field`
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/monitors/team/with-checks/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)
