script_status
Check a script's execution status including state, step count, data, and errors without blocking.
Instructions
Check the current execution status of a running or completed script without blocking. Returns the script's state (running, completed, failed, cancelled), current step count, extracted data so far, and any error message. Use to monitor long-running scripts between other actions; use wait_for_scripts to block until completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | Script ID returned by run_script (format: scr_XXXXXXXX). Obtain from the run_script response. |