Wait for run
wait_for_runPoll a run until it completes or times out, then return the final status.
Instructions
Poll a run until it reaches a terminal state (complete/partial/failed) or the timeout. Returns the final run status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| timeoutSeconds | No | default 600 |