REST API ReferenceEndpointsProjects

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

projectIdstringRequired

The project id (e.g. vg_proj_...).

exportIdstringRequired

The export id returned by POST /v1/projects/{projectId}/export.

Response

Export status.
exportIdstring
Opaque export id matching the original request.
projectIdstring
Id of the exported project.
statusenum

pending and running are in-progress; succeeded and failed are terminal.

progressPercentagedouble0-100

Completion progress for the current attempt (0-100). Always 100 when status is succeeded.

attemptIndexinteger>=0

Zero-based index of the current or most recent export attempt.

downloadUrlstring or nullformat: "uri"

Signed MP4 download URL. Present when status is succeeded.

thumbnailUrlstring or nullformat: "uri"

Signed thumbnail URL. Present when status is succeeded and a thumbnail is available.

errorobject or null