LogoFreestyle
API ReferenceGit

Get a tree object

Get a tree from the Git database with its entries.

GET
/git/v1/repo/{repo}/git/trees/{hash}

Path Parameters

repo*string

The repository id

Formatuuid
hash*string

The object's hash

Response Body

application/json

curl -X GET "https://api.freestyle.sh/git/v1/repo/497f6eca-6276-4993-bfeb-53cbbbba6f08/git/trees/string"
{
  "tree": [
    {
      "path": "string",
      "sha": "string",
      "size": 0,
      "type": "blob"
    }
  ],
  "sha": "string"
}

Freestyle AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details with the official documentation.

How can I help?

Ask me about Freestyle while you browse the docs.