Read Acceptance Result
read_acceptance_resultRetrieve the persisted acceptance result and bounded report text after a long acceptance run completes, enabling review of outcome and diagnostics without re-running the tests.
Instructions
Read the final persisted acceptance result and bounded report text after a long acceptance run completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Acceptance run id returned by run_acceptance. | |
| max_chars | No | Maximum report characters to return. Default: 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. | |
| workspace_generation | No | Optional authoritative workspace generation. When omitted, CodexPro injects the conversation-bound generation; an explicit stale generation is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |