get_file_content
Retrieve the raw content of a file from a Bitbucket repository by specifying project key, repository slug, and file path, with an optional branch or commit reference.
Instructions
Get the raw content of a file from a repository.
Args: project_key: The project key. repo_slug: The repository slug. path: Full path to the file within the repository. at: Optional branch name, tag, or commit ID (defaults to default branch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| repo_slug | Yes | ||
| path | Yes | ||
| at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |