get_repository_tree
Get a GitLab project's repository tree to see all files and directories, with options for branch, path, recursion, and pagination.
Instructions
Get the repository tree for a GitLab project (list files and directories)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | The name of a repository branch or tag. Defaults to the default branch. | |
| path | No | The path inside the repository | |
| per_page | No | Number of results to show per page | |
| recursive | No | Boolean value to get a recursive tree | |
| page_token | No | The tree record ID for pagination | |
| pagination | No | Pagination method (keyset) | |
| project_id | No | The ID or URL-encoded path of the project |