Read Run Task Result
read_run_task_resultRetrieve the saved result of a durable terminal run to check its status, output, and errors for completed, failed, blocked, or cancelled commands.
Instructions
Read the saved result for a terminal durable run, including completed, failed, blocked, or cancelled long bash/run_validation commands. Does not duplicate the report in structured content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run id returned by start_run_task, bash, or run_validation. | |
| max_chars | No | Maximum report characters to return. Default and maximum: 60000. | |
| workspace_id | No | Optional workspace id. When omitted, CodexPro binds the authoritative conversation workspace automatically; an explicit unknown or mismatched id is rejected. | |
| conversation_id | No | Connector conversation id bound to this workspace. Modern MCP injects it automatically; side-effecting tools require it to match the authoritative binding. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |