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

# GET /maintenance

`GET /maintenance`

Returns a list of user's maintenance windows.

## Query parameters

- `limit` integer
- `offset` integer
- `orderby` 'description' | 'from' | 'to' | 'effectiveto'
- `order` 'asc' | 'desc'

## Response `200`

Successful HTTP Response

- MaintenanceRespAttrs
  - `maintenance` object[] — A list of maintenance windows
    - `id` integer — Maintenance window identifier
    - `description` string — Description
    - `from` integer — Initial maintenance window start. Format UNIX time.
    - `to` integer — Initial maintenance window end. Format UNIX time.
    - `recurrencetype` 'none' | 'day' | 'week' | 'month' — Type of recurrence.
    - `repeatevery` integer — Repeat every n-th day/week/month
    - `effectiveto` integer — Recurrence end. Format UNIX time.
    - `checks` object — Connected checks
      - `uptime` integer[] — List of connected Uptime checks
      - `tms` integer[] — List of connected Transaction checks

---

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