Check a Codex job
codex_statusReport whether a background job is still running and show its progress including commands run, files edited, and latest messages. Non-blocking, cheap to call.
Instructions
Report whether a job is still running and what it has done so far (commands run, files edited, latest messages). Cheap to call. Does not block — if the job is still running, it says so rather than waiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Id returned by codex_start. | |
| verbose | No | Include the full recent activity trace instead of just the last few entries. |