Skip to main content
GET
Get a YouTube export task
Pass the export task ID returned by Create export task, not the original Vozo task ID. Poll until status is done or failed. studio_url is the YouTube Studio edit page when a YouTube video ID is available; error_code gives the publishing failure reason when available.

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
string
required

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

Response

Current export task status

status
enum<string>
required

Current export status.

Available options:
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.

Last modified on September 22, 2026