Health check
Check server health and status
Check server health and status
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"
}
}