/codex:status
Shows running and recent Codex jobs for the current repository.
Syntax
Flags
Show detailed status for a specific job. If omitted, a summary table of recent jobs is shown.
Include all jobs, not just the most recent ones.
Wait for the specified job to complete before returning. Requires a job ID. Useful in scripts or when you want to block until a background job finishes.
Maximum time in milliseconds to wait when using
--wait. Defaults to 240000 (4 minutes). If the job does not complete within this time, the command returns the current status without an error.Examples
Use cases
- Check progress on a background review or rescue task
- See the latest completed job and its outcome
- Confirm whether a task is still running before starting another
/codex:result
Shows the final stored Codex output for a finished job. When available, it also includes the Codex session ID so you can reopen the run directly in Codex with codex resume <session-id>.