codex_get_turn_status
Retrieve the status of a specific Codex turn, including progress updates and terminal evidence. Use thread ID and turn ID to monitor task execution without incorrectly inferring a stalled state.
Instructions
Read one tracked Codex turn, including safe progress and terminal evidence. Use this when you have threadId and turnId. Do not infer stalled state from row age alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| turn_id | Yes | ||
| thread_id | No | ||
| last_messages | No | ||
| message_max_chars | No | ||
| progress_events | No | ||
| progress_max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| agentGuidance | No | ||
| agentGuidanceText | No | ||
| recoveryAttemptState | No |