katto_get_job
Retrieve the status, progress, and ranked clips of a video job by ID. Get downloadable clip URLs and virality scores to track completion.
Instructions
Read-only. Get the status, progress and clips of a job by id. Clips come ranked by virality score (0-100, highest first; ties broken by clip_index). Each clip is { url, captions_url, title, score, clip_index, hd }: when status is 'completed' every url is a finished, downloadable clip; hd is true once the 1080p high-quality render is ready. hd=false does NOT mean broken — the url already works, the 1080p is just still rendering in the background (and stays the standard render on the free plan). The job-level hd_ready flag turns true once every clip is hd, i.e. the URLs are final and won't be swapped again (status='completed' fires earlier). Returns 404 for an unknown id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job id from katto_create_clip_job. |