Error
Repository
Get a tree object
Retrieve, by hash, the tree state represented by a commit.
The returned object’s tree field contains a list of files and
directories present in the tree.
Directories in the tree can be recursively retrieved by this endpoint through their hashes. Files in the tree can be retrieved by the Get a blob object endpoint.
GET
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Last modified on June 16, 2026