chatgpt_webui_run
Monitor and retrieve the outcome of a background ChatGPT web automation run by run_id, optionally waiting until it finishes.
Instructions
Unified run checker. Use run_id from chatgpt_webui_prompt background mode (or job_id from legacy async tools).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Legacy alias for run_id. | |
| run_id | No | Run id from chatgpt_webui_prompt. | |
| wait_timeout_ms | No | Optional max wait for completion before returning running state. | |
| poll_interval_ms | No | Polling interval while waiting. Default: 2000ms. |