Skip to main content
GET
Get a YouTube export task
Pasa el ID de la tarea de exportación devuelto por Create export task, no el ID original de la tarea de Vozo. Consulta periódicamente hasta que status sea done o failed. studio_url es la página de edición de YouTube Studio cuando hay un ID de video de YouTube disponible; error_code proporciona el motivo del fallo de publicación cuando está disponible.

Autorizaciones

Authorization
string
header
requerido

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.

Parámetros de ruta

id
string
requerido

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

Respuesta

Current export task status

status
enum<string>
requerido

Current export status.

Opciones disponibles:
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.

Última modificación el 22 de septiembre de 2026