curl --request GET \
--url https://status.mongodb.com/api/v2/incidents.json{
"page": {
"id": "y2j98763l56x",
"name": "MongoDB Cloud Status",
"url": "https://status.mongodb.com",
"updated_at": "2025-03-11T00:52:20-07:00"
},
"incidents": [
{
"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>",
"shortlink": "<string>",
"status": "investigating",
"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_for": "2023-11-07T05:31:56Z",
"scheduled_remind_prior": true,
"scheduled_reminded_at": "2023-11-07T05:31:56Z",
"scheduled_until": "2023-11-07T05:31:56Z"
}
]
}Retrieves the 50 most recent incidents, including unresolved and resolved/postmortem states.
curl --request GET \
--url https://status.mongodb.com/api/v2/incidents.json{
"page": {
"id": "y2j98763l56x",
"name": "MongoDB Cloud Status",
"url": "https://status.mongodb.com",
"updated_at": "2025-03-11T00:52:20-07:00"
},
"incidents": [
{
"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>",
"shortlink": "<string>",
"status": "investigating",
"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_for": "2023-11-07T05:31:56Z",
"scheduled_remind_prior": true,
"scheduled_reminded_at": "2023-11-07T05:31:56Z",
"scheduled_until": "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.