v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
repository

Gets the tree of a repository.

get/repos/{owner}/{repo}/git/trees/{sha}

Path parameters

ownerstring required

owner of the repo

repostring required

name of the repo

shastring required

sha of the commit

Query parameters

recursiveboolean

show all directories and files

pageinteger

page number; the 'truncated' field in the response will be true if there are still more items after this page, false if the last page

per_pageinteger

number of items per page

Response

GitTreeResponse

pageinteger

Page is the current page number for pagination

shastring

SHA is the tree object SHA

total_countinteger

TotalCount is the total number of entries in the tree

truncatedboolean

Truncated indicates if the response was truncated due to size

urlstring

URL is the API URL for this tree