Skip to main content
GET
/
summary.json
Get Status Summary
curl --request GET \
  --url https://status.mongodb.com/api/v2/summary.json
{
  "page": {
    "id": "y2j98763l56x",
    "name": "MongoDB Cloud Status",
    "url": "https://status.mongodb.com",
    "updated_at": "2025-03-11T00:52:20-07:00"
  },
  "components": [
    {
      "created_at": "2014-05-14T14:22:39.441-06:00",
      "description": null,
      "id": "cp306tmzcl0y",
      "name": "Atlas API",
      "only_show_if_degraded": false,
      "page_id": "y2j98763l56x",
      "position": 1,
      "status": "operational",
      "updated_at": "2014-05-14T14:22:39.441-06:00"
    }
  ],
  "incidents": [],
  "scheduled_maintenances": [],
  "status": {
    "description": "All Systems Operational",
    "indicator": "none"
  }
}

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

Status summary retrieved successfully

page
object
required
components
object[]
required

List of component statuses

incidents
object[]
required

List of unresolved incidents

scheduled_maintenances
object[]
required

List of upcoming or active scheduled maintenances

status
object
required