List project exports
Returns a project’s exports, newest first, as fully hydrated ProjectExport objects (status, signed download/thumbnail URLs, and the embedded file). Signed URLs are re-signed when within an hour of expiring, so they are always valid long enough to use. Cursor-paginated; see the Pagination guide.
Authentication
Path parameters
The project id (e.g. vg_proj_...).
Query parameters
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.
Response
Fully hydrated exports for this project, newest first. Each includes status, signed download/thumbnail URLs, and the embedded file.
When true, there are more exports available. Pass nextCursor as the cursor query param to fetch the next page.
Opaque cursor to fetch the next page. null when hasMore is false.