---
title: "Get a maintenance window"
method: GET
path: "/v1/maintenance-windows/{uuid}"
tags: ["Maintenance"]
---

# Get a maintenance window

`GET /v1/maintenance-windows/{uuid}`

## Path parameters

- `uuid` string, required

## Response `200`

Maintenance window details

- MaintenanceWindow
  - `uuid` string
  - `name` string
  - `start_date` string, date-time
  - `end_date` string, date-time
  - `monitors` string[]
  - `statuspages` string[]
  - `title` LocalizedText — Localized text object with language keys
    - `en` string
    - `fr` string
    - `de` string
    - `ru` string
    - `nl` string
    - `pl` string
    - `se` 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)
