poll_video_processing
Poll video processing status until ready, failed, or max attempts reached. Configure poll interval and max attempts to get final status.
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 |