API Reference/Git
Get a blob object
Get a blob from the Git database. The contents will always be base64 encoded.
Path Parameters
repoRequiredstringThe repository id
Format:
"uuid"hashRequiredstringThe object's hash
Response Body
200
Blob retrieved successfully
contentRequiredstringThe content of the blob, base64 encoded.
encodingRequiredstringThe encoding of the blob. Always base64.
Value in:
"base64"shaRequiredstringThe object's hash.
sizeRequiredintegerThe blob's size in bytes
Minimum:
0Format: "int64"Blob retrieved successfully