Skip to main content
GET
/
scheduled-maintenances
/
upcoming.json
Get Upcoming Scheduled Maintenances
curl --request GET \
  --url https://status.mongodb.com/api/v2/scheduled-maintenances/upcoming.json
{
  "page": {
    "id": "y2j98763l56x",
    "name": "MongoDB Cloud Status",
    "url": "https://status.mongodb.com",
    "updated_at": "2025-03-11T00:52:20-07:00"
  },
  "scheduled_maintenances": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "impact": "none",
      "incident_updates": [
        {
          "body": "<string>",
          "created_at": "2023-11-07T05:31:56Z",
          "display_at": "2023-11-07T05:31:56Z",
          "id": "<string>",
          "incident_id": "<string>",
          "status": "investigating",
          "updated_at": "2023-11-07T05:31:56Z"
        }
      ],
      "name": "<string>",
      "page_id": "<string>",
      "scheduled_for": "2023-11-07T05:31:56Z",
      "scheduled_until": "2023-11-07T05:31:56Z",
      "shortlink": "<string>",
      "status": "scheduled",
      "updated_at": "2023-11-07T05:31:56Z",
      "monitoring_at": "2023-11-07T05:31:56Z",
      "postmortem_body": "<string>",
      "postmortem_body_last_updated_at": "2023-11-07T05:31:56Z",
      "postmortem_ignored": true,
      "postmortem_notified_subscribers": true,
      "postmortem_published_at": "2023-11-07T05:31:56Z",
      "resolved_at": "2023-11-07T05:31:56Z",
      "scheduled_remind_prior": true,
      "scheduled_reminded_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://mongodb-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Upcoming scheduled maintenances retrieved successfully

page
object
required
scheduled_maintenances
object[]
required

List of scheduled maintenances