Skip to main content
GET
Get a YouTube export task
Passe o ID da tarefa de exportação retornado por Criar tarefa de exportação, não o ID original da tarefa do Vozo. Consulte repetidamente até que status seja done ou failed. studio_url é a página de edição do YouTube Studio quando um ID de vídeo do YouTube está disponível; error_code fornece o motivo da falha na publicação quando disponível.

Autorizações

Authorization
string
header
obrigatório

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 caminho

id
string
obrigatório

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

Resposta

Current export task status

status
enum<string>
obrigatório

Current export status.

Opções disponíveis:
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 modificação em 22 de setembro de 2026