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
400
Invalid request
messageRequiredstring403
Forbidden
messageRequiredstring404
Tree not found
messageRequiredstring500
Internal server error
messageRequiredstringTree retrieved successfully