video_status
Monitor progress of video generation operations to track status updates like pending, processing, complete, or failed.
Instructions
Check the status of an async video generation operation. Returns progress info (pending, processing, complete, or failed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | Operation ID from a previous generate_video, animate_image, or extend_video call |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | ||
| done | Yes | ||
| progress | Yes | ||
| error | No |