Overview
The Get Maintenance Window endpoint retrieves comprehensive details about a specific maintenance window, including its schedule, affected checks, and configuration settings. Common Use Cases:- Maintenance Window Configuration Review
- Schedule Verification
- Check Assignment Inspection
- Window Management
Authorizations
The Checkly Public API uses API keys to authenticate requests. You can get the API Key here.
Your API key is like a password: keep it secure!
Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID.
For example, set Authorization header while using cURL:
curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Path Parameters
Response
Successful
The id of the maintenance window.
1
The maintenance window name.
"Maintenance Window"
The start date of the maintenance window.
"2022-08-24"
The end date of the maintenance window.
"2022-08-25"
The repeat strategy for the maintenance window.
"DAY"
The creation date of the maintenance window.
The last date that the maintenance window was updated.
The names of the checks and groups maintenance window should apply to.
["production"]
The repeat interval of the maintenance window from the first occurance.
x >= 1
null
The end date where the maintenance window should stop repeating.
null