List product versions
Products
List product versions
Complete version history of one of your products, every status, with changelogs and file metadata.
GET
List product versions
Returns the full version history of one of your products. Unlike the general public API, this includes versions in every status (drafts, pending review, published) and always includes file metadata, it’s your own product.
Versions are sorted newest first (by publish date, then creation date).
Tier: Free, any studio key.
Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
slug | string | Product slug, public id, or ObjectId. |
Response
This endpoint returns file metadata only (
fileSize, fileCount), never raw storage URLs. Downloads always go through the store’s download endpoints so per-buyer protection (license keys, watermarks, placeholders) is applied.Errors
| HTTP | Code | When |
|---|---|---|
| 404 | NOT_FOUND | No product with that identifier in this studio. |