Check a cut job
get_cut_statusCheck a YouTube cut job's current state by its ID, from accepted through delivered or failed, and retrieve the download URL when ready. Use it to poll asynchronous or timed-out cut jobs.
Instructions
Check a cut job's status by its id. Returns the job's state (accepted / queued / produced / delivered / failed / refunded) and, once produced/delivered, a download_url when a download token is available. Use this to poll a job started with cut_youtube_video(wait=false) or one that timed out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id (a UUID) returned by cut_youtube_video. |