Retrieve video generation job
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
videoGenerationJobIdstringRequired
The ID of the video generation job.
Responses
200
Video generation job status and details retrieved successfully. The return value also contains all of the video-generation-job itself, which is not detailed here.
application/json
statusstring · enumOptionalPossible values:
The current status of the video generation job.
videoIdstringOptional
The ID of the provisioned generated video
progressnumberOptional
The current progress of the video generation job.
maximumProgressnumberOptional
The maximum progress value of the video generation job.
400
Bad Request. Invalid videoGenerationJobId parameter.
401
Unauthorized. Authentication required.
404
Not Found. Video generation job not found.
500
Internal server error.
get
/video-generation-jobs/{videoGenerationJobId}Last updated
Was this helpful?