poll_video_processing
Monitor video processing status by polling until the video is ready, fails, or maximum attempts are reached. Use after uploading a video asset to confirm completion.
Instructions
Poll video processing status until ready, failed, or max attempts reached.
Args: video_id: Meta video ID from upload_video_asset. max_attempts: Maximum poll attempts (default 30 = 5 minutes at 10s interval). poll_interval_seconds: Seconds between polls (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| max_attempts | No | ||
| poll_interval_seconds | No |