Collect a Codex job's output
codex_resultRetrieve the completed job's handoff including Codex's report and git actualChanges to verify what was done, what remains, and confidence level. Trust git changes over the report for accuracy.
Instructions
Collect a finished job's handoff: Codex's structured report (what it did, what it verified, what it left undone, how confident it is) alongside actualChanges — the file changes according to git, independent of what Codex claims. Trust actualChanges over the report when they disagree, and re-read any changed file before reasoning about it. If the job is still running this returns progress instead; it never blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Id returned by codex_start. | |
| includeActivity | No | Also return the full trace of what Codex did to get there. |