Skip to main content

Download Build

GET /download/:author/:repository/:branch/:build

Download the build artifact of the specific build of a project. This is not a standard API endpoint. It will return a download stream if the artifact exists.

Path parameters

NameTypeDescription
authorstringThe project author.
repositorystringThe project repository.
branchstringThe project branch.
buildnumber"latest"

Response

The response will be a download stream.

If the build is not found, it will return a 2001 Build artifact not found error.