get_file_content
Retrieve raw file content from a Bitbucket Server repository by providing project key, repository slug, and file path. Optionally set a branch, tag, or commit to fetch a specific version.
Instructions
Get the raw content of a file in a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Branch, tag, or commit (default: default branch) | |
| path | Yes | File path within the repository | |
| projectKey | Yes | The Bitbucket project key | |
| repositorySlug | Yes | The repository slug |