get_repository_tree
Retrieve the file tree of a GitLab repository, optionally filtering by path, branch, or recursively, with pagination support.
Instructions
Get the repository file tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| path | No | Path inside repository | |
| ref | No | Branch/tag/commit to get tree from | |
| recursive | No | Get tree recursively | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |