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_....
Path Parameters
Response
Successful Response
GET /videos/generations/{id} body (ADR §7.2).
created_at comes from the immutable credit-ledger row (the durable public
submit record) and credits_used is that row's charge NET of any refund for
the same job (SAM-1028); 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"
Net credits charged for this job, after any refunds.
80
The produced video (presigned URL); null until completed.
Failure detail when status is failed; otherwise null.

