Mix LogoMix

List available commands

Retrieve list of all available commands

Retrieve list of all available commands

GET
/api/commands

Response Body

from mix_python_sdk import Mixwith Mix() as mix:    res = mix.system.list_commands()    # Handle response    print(res)
[
  {
    "description": "string",
    "name": "string"
  }
]
{
  "error": {
    "code": 0,
    "message": "string",
    "type": "bad_request"
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "type": "bad_request"
  }
}