Download a VCS Tag from a Subgroup Repository

JFrog REST APIs

Content Type
REST API

Description: Download a complete tarball (tar.gz/zip) of a tag in a subgroup repository.

Downloading can be executed conditionally according to properties by specifying the properties query parameter. In this case, only cached artifacts are searched.

Since: 7.127.0

Security: Requires a privileged user (can be anonymous)

Usage: GET /artifactory/api/vcs/downloadTag/{repoKey}/{userOrg}/{repo}/archive/refs/{tag-name}

Produces: application/octet-stream

Sample Output:

GET /artifactory/api/vcs/downloadTag/google-source-repo/chromium/deps/opus/archive/refs/v1.3.1
<Tag binary content>