---
title: "Get monitor statistics"
method: GET
path: "/api/monitors/{id}/stats"
tags: ["Monitors"]
---

# Get monitor statistics

`GET /api/monitors/{id}/stats`

Returns performance statistics including uptime percentage, average response time, and p95 latency.

## Response `200`

Monitor statistics

- MonitorStats
  - `uptimePercent` number, float
  - `avgResponseTime` number, float
  - `p95ResponseTime` number, float
  - `totalChecks` integer
  - `successfulChecks` integer
  - `failedChecks` integer

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found

---

[API](https://skmtc.net/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.net/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
