project_export.failed
project_export.failed
Delivered when a project export started via the API fails.
project_export.failed
Lifecycle events emitted for project exports started via the developer API (POST /v1/projects/{projectId}/export).
Opaque export id matching the original request (e.g. vg_expo_...).
Id of the exported project (e.g. vg_proj_...).
Seconds since epoch (Unix timestamp) at which VideoGen observed the terminal state.
File id (e.g. vg_file_...) of the rendered MP4. Always present as a field; null until project_export.succeeded. Pass it to POST /v1/files/{fileId}/hydrate for signed download URLs.
Error details. Present (non-null) only on project_export.failed; null otherwise.