API Reference/Git
Get a tree object
Get a tree from the Git database with its entries.
Path Parameters
repoRequiredstringThe repository id
Format:
"uuid"hashRequiredstringThe object's hash
Response Body
200
Tree retrieved successfully
treeRequiredarray<Blob | Tree>The tree's entries
shaRequiredstringThe tree's hash ID
Tree retrieved successfully