Get project export status
Returns the current status of a project export started via POST /v1/projects/{projectId}/export.
Authentication
AuthorizationBearer
API key from [app.videogen.io/developers](https://app.videogen.io/developers). The full key is only shown once when you create it.
Path parameters
projectId
The project id (e.g. vg_proj_...).
exportId
The export id returned by POST /v1/projects/{projectId}/export.
Response
Export status.
exportId
Opaque export id matching the original request.
projectId
Id of the exported project.
status
pending and running are in-progress; succeeded and failed are terminal.
progressPercentage
Completion progress for the current attempt (0-100). Always 100 when status is succeeded.
attemptIndex
Zero-based index of the current or most recent export attempt.
downloadUrl
Signed MP4 download URL. Present when status is succeeded.
thumbnailUrl
Signed thumbnail URL. Present when status is succeeded and a thumbnail is available.
error