List all maintenance windows
Lists all maintenance windows in your account.
Query parameters
Limit the number of results
Limit the number of results
Page number
Page number
Filter for items which startsAt field matches the constraint
Filter for items which endsAt field matches the constraint
Headers
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
Example response
[
{
"id": 1,
"tags": [
"production"
],
"projectBindings": {
"owner": {
"binding": {
"logicalId": "homepage-check"
}
},
"references": [
{
"binding": {
"logicalId": "homepage-check"
}
}
]
}
}
]Changes
Changed in 2 of the 4 revisions of this API.3
- ○
added the optional property
items/projectBindingsto the response with the200statusresponse-optional-property-added
This revision also has 566 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
items/statusPageVisibility/showAffectedServicesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/timezoneto the response with the200statusresponse-optional-property-added
- ○