get_video
Get a video's current status and result. status is one of queued | processing | completed | failed | preview. When completed, video_url is the MP4. When failed, credits are refunded and error explains why. Cheap; prefer wait_for_video for polling instead of calling this in a tight loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The video id from a create call. |