Options
Branch name or commit SHA. Defaults to the default branch.
When
true, resolves the ref under the ephemeral namespace.Repository-relative file or subtree to list. An exact file path returns that file as a single
blob entry.For subtree paths, when
false, returns direct children of path.Pagination cursor from a previous response.
Maximum entries to return.
Response
List of file paths in the repository
The resolved ref that was listed
Structured tree entries returned with the listing.
Cursor for the next page. Python:
next_cursor; Go: NextCursor.Whether additional pages are available. Python:
has_more; Go: HasMore.