get_file_content
Get the raw content of a file from a Bitbucket Server repository by specifying project key, repository slug, file path, and optional commit hash or branch.
Instructions
Get the raw content of a file from a Bitbucket Server repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | The commit hash, branch name, or tag (e.g., refs/heads/main) | |
| path | Yes | The path to the file in the repository | |
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) |