Get project export status
Returns the current status of a project export started via POST /v1/projects/{projectId}/export.
Authentication
Path parameters
The project id (e.g. vg_proj_...).
The export id (e.g. vg_expo_...) returned by POST /v1/projects/{projectId}/export.
Response
Opaque export id (e.g. vg_expo_...) matching the original request.
Id of the exported project (e.g. vg_proj_...).
pending and running are in-progress; succeeded and failed 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 export attempt.
Signed MP4 download URL. Present when status is succeeded.
Signed thumbnail URL. Present when status is succeeded and a thumbnail is available.