v2

latestOpenAPI 3.0.02026-07-261859071.2 MB
Maintenance windows

List all maintenance windows

Lists all maintenance windows in your account.

get/v1/maintenance-windows

Query parameters

limitinteger

Limit the number of results

Limit the number of results

pagenumber

Page number

Page number

OR
OR
OR

Filter for items which startsAt field matches the constraint

OR
OR
OR

Filter for items which endsAt field matches the constraint

Headers

x-checkly-accountstring

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

idnumber required

The id of the maintenance window.

namestring required
tagsstring[]

The names of the checks and groups maintenance window should apply to.

startsAtstring date required
endsAtstring date required
repeatIntervalnumber nullable
repeatUnit'DAY' | 'WEEK' | 'MONTH' nullable
repeatEndsAtstring date nullable
descriptionstring nullable
pauseAllChecksboolean
silenceAlertsTagsstring[]
silenceAllAlertsboolean
created_atstring date required

The creation date of the maintenance window.

updated_atstring date nullable required

The last date that the maintenance window was updated.

Example response

[
  {
    "id": 1,
    "tags": [
      "production"
    ]
  }
]