---
title: "Get geo check results for a monitor"
method: GET
path: "/monitors/{monitorId}/geo-checks"
tags: ["monitors"]
---

# Get geo check results for a monitor

`GET /monitors/{monitorId}/geo-checks`

## Path parameters

- `monitorId` string, required

## Query parameters

- `status` boolean
- `sortOrder` 'asc' | 'desc'
- `limit` number, nullable
- `dateRange` 'recent' | 'hour' | 'day' | 'week' | 'month' | 'all'
- `numToDisplay` number, nullable
- `normalize` boolean
- `continent` union
  - 'EU' | 'NA' | 'AS' | 'SA' | 'AF' | 'OC'
  - string[]

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