Downloads the given file from a build's data.
GET/v2/projects/:project/versions/:version/builds/:build/downloads/:download
Downloads the given file from a build's data.
Request
Path Parameters
Possible values: Value must match regular expression [a-z]+
The project identifier.
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
A version of the project.
A build of the version.
Possible values: Value must match regular expression [a-zA-Z0-9._-]+
A download of the build.
Responses
- 200
OK
Response Headers
ETag
string
An identifier for a specific version of a resource. It lets caches be more efficient and save bandwidth, as a web server does not need to resend a full response if the content has not changed.
Content-Disposition
string
A header indicating that the content is expected to be displayed as an attachment, that is downloaded and saved locally.
Last-Modified
string
The date and time at which the origin server believes the resource was last modified.
- application/json
- */*
- Schema
- Example (from schema)
Schema
object
{}
- Schema
- Example (from schema)
Schema
object
{}