Eine Videogenerierung abrufen
Frage einen Videogenerierungs-Job nach dem Status ab und — sobald abgeschlossen — nach dem erzeugten Video.
pending oder
processing ist, frage weiter ab; sobald er completed ist, enthält die Antwort
das erzeugte Video mit einer presigned url, 24 Stunden gültig. Nur Jobs, die deine
Organisation erstellt hat, sind sichtbar; jede andere id liefert
404 not_found.
Autorisierungen
Organization API key as a bearer token: Authorization: Bearer samsa_sk_....
Pfadparameter
Antwort
Successful Response
GET /videos/generations/{id} body (ADR §7.2).
created_at and credits_used come from the immutable credit-ledger row
(the durable public submit record); mode prefers the same source because
the worker's completion path rewrites video_jobs.metadata.
pending, processing, completed, failed, or cancelled.
pending, processing, completed, failed, cancelled "completed"
When the job was submitted.
image_to_video, text_to_video, or text_to_video_styled.
"image_to_video"
Credits charged for this job.
80
The produced video (presigned URL); null until completed.
Failure detail when status is failed; otherwise null.

