Skip to main content
GET
Get a YouTube export task
Transmettez l’ID de tâche d’exportation renvoyé par Créer une tâche d’exportation, et non l’ID de tâche Vozo d’origine. Interrogez régulièrement jusqu’à ce que status soit done ou failed. studio_url correspond à la page de modification de YouTube Studio lorsqu’un ID de vidéo YouTube est disponible ; error_code indique la raison de l’échec de la publication lorsqu’elle est disponible.

Autorisations

Authorization
string
header
requis

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.

Paramètres de chemin

id
string
requis

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

Réponse

Current export task status

status
enum<string>
requis

Current export status.

Options 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.

Dernière modification le 22 septembre 2026