Check a KaiRouter video job's status
check_video_statusPoll a video generation job to check its status, then retrieve the finished video URL once it succeeds. Use to monitor progress and get results.
Instructions
Poll the status of a video generation job started with generate_video. status is one of 'queued', 'processing', 'succeeded', 'failed'. Once status is 'succeeded', video_url has the finished video. Poll every few seconds — generation typically takes tens of seconds to a few minutes depending on model and resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id returned by generate_video. |