---
title: "Gets a maintenance occurrence details"
method: GET
path: "/maintenance.occurrences/{id}"
tags: ["Maintenance occurrences"]
---

# Gets a maintenance occurrence details

`GET /maintenance.occurrences/{id}`

Gets a maintenance occurrence details specified by its identifier.

## Path parameters

- `id` integer, required

## Response `200`

Successful HTTP Response

- MaintenanceOccurrencesIdRespAttrs
  - `occurrence` object
    - `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)
