Check a cut job
get_cut_statusCheck a YouTube cut job's status by ID to retrieve its state and download URL once ready. Use this to poll asynchronous cut jobs or recover timed-out ones.
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. |