# Get All Incidents **GET /incidents.json** Retrieves the 50 most recent incidents, including unresolved and resolved/postmortem states. ## Servers - MongoDB Atlas Status API: https://status.mongodb.com/api/v2 (MongoDB Atlas Status API) ## Parameters ## Responses ### 200 All incidents retrieved successfully #### Body: application/json (object) - **page** (object) - **incidents** (array[object]) List of incidents ### 404 The requested resource was not found #### Body: application/json (object) - **message** (string) Error message - **code** (integer) Error code ### 500 Internal server error #### Body: application/json (object) - **message** (string) Error message - **code** (integer) Error code [Powered by Bump.sh](https://bump.sh)