get_command_status
Retrieve the status and output of an asynchronous command by providing its command ID. Know whether the command completed and access its results.
Instructions
Get the status and output of an async command.
Args: command_id: The command ID returned by execute_command_async
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |