analyze_videos_batch_result
Poll the status of a batch video analysis job until it completes, then retrieve per-video summarization results.
Instructions
Poll the Gemini Batch API once; if done, return per-video results.
Call repeatedly until status is SUCCEEDED / FAILED / CANCELLED / EXPIRED. Recommended cadence: every 30-60s.
Args: batch_job_name: Name returned by analyze_videos_batch_start
Returns: { status, batch_job_name, results? (on SUCCEEDED), error? (on terminal failure) }
results: { video_id: AnalysisResult }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_job_name | Yes |