API Reference/Git
Download a tarball of a repo.
Download the contents of a repo as a tarball.
GET
/git/v1/repo/{repo}/tarball
Path Parameters
repo
RequiredstringThe repository id
Format:
"uuid"
Query Parameters
ref
stringThe git reference (branch name, commit SHA, etc.). Defaults to HEAD.
Response Body
400
Bad Request
message
Requiredstring401
Unauthorized
message
Requiredstring403
Forbidden
message
Requiredstring404
Not Found
message
Requiredstring500
Internal Server Error
message
RequiredstringSuccess (byte stream)