Check progress
kleo_get_jobStep 4. Progress of a video: state (queued, starting, rendering, finishing, done, failed, cancelled), what it is doing now, percent done and minutes left (eta_min). Use it for a one-off status check; to wait until the video is ready use kleo_wait_for_video instead. When the state is done, call kleo_get_result. Without a job_id it lists the account's recent videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | The video number returned by kleo_create_video (for example gt_ab12cd34). Omit to list recent videos. |