Skip to main content
GET
Get a YouTube export task
Übergeben Sie die von Exportaufgabe erstellen zurückgegebene Exportaufgaben-ID, nicht die ursprüngliche Vozo-Aufgaben-ID. Fragen Sie den Status ab, bis status done oder failed ist. studio_url ist die Bearbeitungsseite von YouTube Studio, wenn eine YouTube-Video-ID verfügbar ist; error_code gibt, falls verfügbar, den Grund für den Veröffentlichungsfehler an.

Autorisierungen

Authorization
string
header
erforderlich

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.

Pfadparameter

id
string
erforderlich

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

Antwort

Current export task status

status
enum<string>
erforderlich

Current export status.

Verfügbare Optionen:
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.

Zuletzt geändert am 22. September 2026