Skip to main content

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

    project stringrequired

    Possible values: Value must match regular expression [a-z]+

    The project identifier.

    Example: geyser
    version stringrequired

    Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?

    A version of the project.

    build int32required

    A build of the version.

    download stringrequired

    Possible values: Value must match regular expression [a-zA-Z0-9._-]+

    A download of the build.

Responses

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.

Schema

    object

Loading...