Download a version artifact
GET
/product/download/{product}/{version}
Streams the artifact file for the specified product version. Requires Download permission.
Authorizations
ApiKeyAuth
API token obtained via the /register endpoint. Pass as the X-Api-Token header on every request.
Type
API Key (header: X-Api-Token)
Parameters
Path Parameters
product*
Product name.
Type
Requiredstring
version*
Version identifier.
Type
Requiredstring
Responses
Artifact file binary.
application/octet-stream
GET
/product/download/{product}/{version}