Skip to content

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
string
Required
version*

Version identifier.

Type
string
Required

Responses

Artifact file binary.

application/octet-stream

Samples

Powered by VitePress OpenAPI