Browse Files
bitbucket_browseBrowse repository file trees and access file contents in Bitbucket Data Center. List directories or view specific files at any branch, tag, or commit.
Instructions
Browse the file tree of a repository.
Lists files and directories at the given path. If path points to a file,
returns its content instead. Use at to browse a specific branch or commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug | |
| path | No | Path to browse (e.g. 'src/main/java'). Leave empty for root. | |
| at | No | Branch, tag, or commit to browse at (default: default branch) | |
| start | No | Pagination start index | |
| limit | No | Max results (1-1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |