Get a video generation
Poll a video-generation job for status and, once completed, the produced video.
pending or
processing, keep polling; once completed, the response carries the produced
video with a presigned url valid for 24 hours. Only jobs your organization
created are visible; any other id returns
404 not_found.
Authorizations
Organization API key as a bearer token: Authorization: Bearer samsa_sk_....
Headers
Path Parameters
Response
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.

