API Reference/Git
Get a tag object
Get a tag from the Git database.
GET
/git/v1/repo/{repo}/git/tags/{hash}Path Parameters
repoRequiredstringThe repository id
Format:
"uuid"hashRequiredstringThe object's hash
Response Body
200
Tag retrieved successfully
nameRequiredstringThe tag name
taggerobjectmessagestring | nullThe tag message
targetRequiredobjectThe object this tag points to
shaRequiredstringThe tag's hash ID
400
Invalid request
messageRequiredstring403
Forbidden
messageRequiredstring404
Tag not found
messageRequiredstring500
Internal server error
messageRequiredstringTag retrieved successfully