Mix LogoMix

Health check

Check server health and status

Check server health and status

GET
/health

Response Body

from mix_python_sdk import Mixwith Mix() as mix:    res = mix.system.get_health()    # Handle response    print(res)
{
  "status": "string",
  "timestamp": "string",
  "version": "string"
}
{
  "error": {
    "code": 0,
    "message": "string",
    "type": "bad_request"
  }
}