Skip to main content
GET
Get a YouTube export task
Create export task によって返されたエクスポートタスクIDを渡してください。元のVozoタスクIDではありません。statusdone または failed になるまでポーリングしてください。YouTube動画IDが利用可能な場合、studio_url は YouTube Studio の編集ページを示します。error_code は利用可能な場合に公開失敗の理由を示します。

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

パスパラメータ

id
string
必須

Export task ID returned when the export was created; this is not the source Vozo task ID.

レスポンス

Current export task status

status
enum<string>
必須

Current export status.

利用可能なオプション:
pending,
processing,
done,
failed
studio_url
string<uri>

YouTube Studio edit URL, returned once a YouTube video ID is available.

error_code
string

Publishing failure reason, returned when available.

最終更新日 2026年9月22日