bb_get_file_history
Get the commit history for a specific file in a Bitbucket repository, revealing which commits modified it and when.
Instructions
Get the commit history for a specific file — shows which commits modified the file and when.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| path | Yes | Path to the file in the repository | |
| commit | Yes | Commit hash, branch, or tag to start history from | |
| filter | No | JMESPath expression to filter/transform structured response data. Applied before format conversion. Example: "values[].{name: full_name, lang: language}" — see https://jmespath.org for syntax | |
| pagelen | No | Number of items per page (max 100) | |
| repo_slug | Yes | The repository name | |
| workspace | Yes | The workspace or username | |
| output_format | No | Response format: "text" (default, human-readable), "json" (structured JSON), or "toon" (Token-Oriented Object Notation — compact tabular format that reduces LLM token consumption by 30-60%) |