process_get_execution
Retrieve detailed status, output, execution time, and errors for a specific shell command execution using its execution ID from shell_execute.
Instructions
Retrieve detailed information about a specific command execution, including status, output, execution time, and any errors. Use the execution_id returned from shell_execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | Unique execution ID returned by shell_execute. Use this to retrieve detailed information about a specific command execution. |