# Get Status Summary **GET /summary.json** Retrieves a summary of the status page, including the overall status indicator, component statuses, unresolved incidents, and upcoming or in-progress scheduled maintenances. ## Servers - MongoDB Atlas Status API: https://status.mongodb.com/api/v2 (MongoDB Atlas Status API) ## Parameters ## Responses ### 200: Status summary retrieved successfully #### Body Parameters: application/json (object) - **page** (object) - **components** (array[object]) List of component statuses - **incidents** (array[object]) List of unresolved incidents - **scheduled_maintenances** (array[object]) List of upcoming or active scheduled maintenances - **status** (object) ### 404: The requested resource was not found #### Body Parameters: application/json (object) - **message** (string) Error message - **code** (integer) Error code ### 500: Internal server error #### Body Parameters: application/json (object) - **message** (string) Error message - **code** (integer) Error code [Powered by Bump.sh](https://bump.sh)