codex_get_operation_status
Poll a Codex operation to get its current phase, thread/turn IDs, latest messages, pending interactions, and recommended next action.
Instructions
Poll a durable Codex operation created by codex_submit_task. Returns current operation phase, thread/turn ids, latest messages, pending interactions, and recommended next action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | Yes | ||
| last_messages | No | ||
| message_max_chars | No | ||
| progress_events | No | ||
| progress_max_chars | No | ||
| include_events | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| agentGuidance | No | ||
| agentGuidanceText | No | ||
| recoveryAttemptState | No |