bitbucket_list_files
List all file paths in a Bitbucket repository or sub-directory to understand project structure or find specific files.
Instructions
Recursively list all file paths in a repository or sub-directory.
Returns a flat list of all file paths (no directories). Useful for understanding the project structure or finding files by name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug | |
| path | No | Sub-path to list from (default: repository root) | |
| at | No | Branch, tag, or commit (default: default branch) | |
| start | No | Pagination start index | |
| limit | No | Max results (1-5000) |