External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Get Maintenance
Returns maintenance with given id.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | Identifier of the maintenance to be searched. |
{
"data": {
"description": "Description for maintenance data",
"id": "Identifier of the maintenance meta data",
"rules": [
{
"entity": {
"id": "Identifier of the maintenance entity",
"type": "string"
},
"state": "Defines the state of the rule"
}
],
"status": "Status of the maintenance data",
"time": {
"endDate": "End time of the time configuration of maintenance",
"startDate": "Start time of the time configuration of maintenance",
"type": "Type of the maintenance time"
}
},
"requestId": "string",
"took": 0
}
Was this page helpful?