Get workflow run status
Authentication
Path parameters
Response
Lifecycle status shared by every asynchronous job (tool executions, workflow runs, remix actions, project exports, and timeline interchange jobs). pending and running are in-progress; succeeded, failed, and cancelled are terminal.
Completion progress for the current attempt (0-100). Always 100 when status is succeeded.
Zero-based index of the current or most recent execution attempt.
Id of the project created for this workflow run (e.g. vg_proj_...).
Deep link to open this project in the VideoGen web editor. Not required for an API-only integration: store projectId and use the Projects API (export, remix, metadata). Use projectUrl when a person should open the project in the app to review or edit it manually. The project is visible only to members of your team and any project collaborators, the same access model as a project created in the dashboard.
Error details. Always present as a field; null unless status is failed.
Opaque export id (e.g. vg_expo_...) when this run was started with autoExport: true and the export succeeded. Always present as a field; null otherwise.
Private signed MP4 download URL when autoExport succeeded. Always present as a field; null otherwise. Valid for 7 days from when it was signed. This endpoint re-signs the URL when it is within an hour of expiring.
Seconds since epoch (Unix timestamp) when downloadUrl expires. null while downloadUrl is null.
Private signed thumbnail URL when autoExport succeeded. Always present as a field; null otherwise (and when no thumbnail is available). Re-signed automatically on the same terms as downloadUrl.
Seconds since epoch (Unix timestamp) when thumbnailUrl expires. null while thumbnailUrl is null.
File id (e.g. vg_file_...) of the rendered MP4 when autoExport succeeded. Always present as a field; null otherwise. Pass it to POST /v1/files/{fileId}/hydrate for a fresh signed URL.