Get specific command
Retrieve details about a specific command
Retrieve details about a specific command
from mix_python_sdk import Mixwith Mix() as mix: res = mix.system.get_command(name="<value>") # Handle response print(res)
{
"description": "string",
"name": "string",
"usage": "string"
}
{
"error": {
"code": 0,
"message": "string",
"type": "bad_request"
}
}