get_run_status
Determine if a script run has completed by checking its status. Use after submitting a run to confirm success or failure.
Instructions
Check the status of a script run.
Poll this after run_script to check if execution has completed. Status values: RUNNING, SUCCEEDED, FAILED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run ID returned by run_script. | |
| workspace_name | Yes | The workspace the run belongs to (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |