# Get Components **GET /components.json** Retrieves a list of components and their current statuses. ## Servers - MongoDB Atlas Status API: https://status.mongodb.com/api/v2 (MongoDB Atlas Status API) ## Parameters ## Responses ### 200 Components retrieved successfully #### Body: application/json (object) - **page** (object) - **components** (array[object]) List of components ### 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)