Get project export
Returns the current status of a project export started via POST /v1/projects/{projectId}/export, and — once status is succeeded — the signed download/thumbnail URLs and the hydrated export file. Poll this endpoint until status is succeeded, failed, or cancelled. The signed URLs are private and valid for 7 days; this endpoint automatically re-signs them when they are within an hour of expiring, so a caller always receives a URL valid long enough to use. Every endpoint that returns hydrated files auto-rehydrates this way — only the file endpoints (GET /v1/files/{fileId} and POST /v1/files/{fileId}/hydrate) are the explicit, on-demand hydration paths. Use exportFileId with POST /v1/files/{fileId}/hydrate if you need to re-sign the export file directly later.
Path parameters
The project id (e.g. vg_proj_...).
The export id (e.g. vg_expo_...) returned by POST /v1/projects/{projectId}/export.
Response
Export status.
Changes
No recorded changes to this endpoint across all 1 revision of this API.