cURL
curl --request GET \ --url https://api.example.com/api/v1/status-pages/{id}/maintenance/{maintenanceId}
{ "id": "<string>", "statusPageId": "<string>", "organizationId": "<string>", "title": "<string>", "status": "scheduled", "scheduledStartAt": "2023-11-07T05:31:56Z", "scheduledEndAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "updates": [ { "id": "<string>", "maintenanceId": "<string>", "content": "<string>", "status": "scheduled", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "description": "<string>", "actualStartAt": "2023-11-07T05:31:56Z", "actualEndAt": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://getmonitor.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getmonitor.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Maintenance event details
scheduled
in_progress
completed
cancelled
Show child attributes