---
title: "GET /maintenance/{id}"
method: GET
path: "/maintenance/{id}"
tags: ["Maintenance"]
---

# GET /maintenance/{id}

`GET /maintenance/{id}`

Returns the maintenance window specified by its id.

## Path parameters

- `id` integer, required

## Response `200`

Successful HTTP Response

- MaintenanceIdRespAttrs
  - `maintenance` object
    - `id` number — Maintenance window identifier
    - `description` string — Description
    - `from` number — Initial maintenance window start. Format UNIX time.
    - `to` number — Initial maintenance window end. Format UNIX time.
    - `recurrencetype` string — Type of recurrence.
    - `repeatevery` number — Repeat every n-th day/week/month
    - `effectiveto` number — Recurrence end. Format UNIX time.
    - `checks` object — Connected checks
      - `uptime` number[] — Id of connected Uptime check
      - `tms` number[] — Id of connected TMS check

---

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