---
title: "Get monitor report"
method: GET
path: "/v2/reporting/monitor-reports/{uuid}"
tags: ["Reports"]
---

# Get monitor report

`GET /v2/reporting/monitor-reports/{uuid}`

Returns detailed SLA, MTTR, and outage data for a specific monitor.

## Path parameters

- `uuid` string, required

## Query parameters

- `from` string, date-time
- `to` string, date-time

## Response `200`

Detailed report

- Report
  - `uuid` string
  - `name` string
  - `protocol` string
  - `period` object
    - `from` string, date-time
    - `to` string, date-time
  - `sla` number
  - `outages` object
    - `count` integer
    - `totalDowntime` integer — Seconds
    - `totalDowntimeFormatted` string
    - `longestOutage` integer
    - `longestOutageFormatted` string
    - `details` object[]
      - `startDate` string, date-time
      - `endDate` string, date-time
      - `duration` integer
      - `durationFormatted` string
  - `mttr` integer — Mean Time To Recovery in seconds
  - `mttrFormatted` string

---

[API](https://skmtc.dev/hyperping/apis/hyperping-api.md) · [All operations](https://skmtc.dev/hyperping/apis/hyperping-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperping/hyperping-api/revisions/953c52272fa8/schema)
