---
title: "Returns a list of maintenance occurrences."
method: GET
path: "/maintenance.occurrences"
tags: ["Maintenance occurrences"]
---

# Returns a list of maintenance occurrences.

`GET /maintenance.occurrences`

Returns a list of maintenance occurrences.

## Query parameters

- `maintenanceid` integer
- `from` integer
- `to` integer

## Response `200`

Successful HTTP Response

- MaintenanceOccurrencesRespAttrs
  - `occurrences` object[] — A list of maintenance occurrences.
    - `id` number — Identifier of an occurence.
    - `maintenanceid` number — Identifier of the related maintenance window.
    - `from` number — Beginning of the occurrence. Format UNIX timestamp.
    - `to` number — The end of the occurrence. Format UNIX timestamp.

---

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