latestOpenAPI 3.0.02026-08-121915501.4 MB
87d29dc7b4fe
Maintenance windows
Retrieve a maintenance window
Show details of a specific maintenance window.
get/v1/maintenance-windows/{id}
Path parameters
idinteger required
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
Example response
{
"id": 1,
"tags": [
"production"
],
"projectBindings": {
"owner": {
"binding": {
"logicalId": "homepage-check"
}
},
"references": [
{
"binding": {
"logicalId": "homepage-check"
}
}
]
}
}