# Current SMASH health **GET /smash/health** Get health status of the currently active SMASH server. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters #### Query parameters - **url** (string) check this url for health instead of the currently configured one ## Responses ### 406: Not Acceptable #### Body Parameters: application/json (object) - **message** (string) May occur when providing an invalid 'Accept' header. - **code** (string) ### 400: Bad Request #### Body Parameters: application/json (object) - **message** (string) May occur when a request is not well-formed; that is, it fails to parse successfully. This could be the case when some required parameters are missing or, when malformed values are provided. - **code** (string) ### 200: Ok #### Body Parameters: application/json (object) - **health** (string) [Powered by Bump.sh](https://bump.sh)