Get run status
get_runRetrieve the status of a video generation using its run ID. Poll until it returns SUCCEEDED with video URL or FAILED.
Instructions
Check the status of a video generation started by make_ugc. Pass the run_id. While the run is still working it returns status IN_PROGRESS with a next_action telling you to poll again; repeat every ~5 seconds until it reaches a terminal state — SUCCEEDED (with video_url) or FAILED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |