Retrieves a summary of the status page, including the overall status indicator,
component statuses, unresolved incidents, and upcoming or in-progress scheduled maintenances.
GET
/summary.json
curl \
--request GET 'https://status.mongodb.com/api/v2/summary.json'
Response examples (200)
{
"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"
}
}
Response examples (404)
{
"message": "Resource not found",
"code": 404
}
Response examples (500)
{
"message": "Internal server error",
"code": 500
}