wait_for_video
Poll a video generation job until it completes or fails, returning the final status to avoid manual polling.
Instructions
Poll a video job until it completes or fails. Returns the final status. Useful for waiting on video generation without manual polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | The ID of the video job to wait for. | |
| timeout_seconds | No | Maximum seconds to wait before timing out. | |
| poll_interval_seconds | No | Seconds between status checks. |