get_repository_tree
List files and directories in a GitLab project repository to view its structure and contents.
Instructions
Get the repository tree for a GitLab project (list files and directories)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | The ID or URL-encoded path of the project | |
| path | No | The path inside the repository | |
| ref | No | The name of a repository branch or tag. Defaults to the default branch. | |
| recursive | No | Boolean value to get a recursive tree | |
| per_page | No | Number of results to show per page | |
| page_token | No | The tree record ID for pagination | |
| pagination | No | Pagination method (keyset) |