get_repo_commits
List recent commits in a Bitbucket Server repository by providing project key and repo slug, with optional filters for commit range.
Instructions
List recent commits in a Bitbucket Server repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Commit SHA to list commits since | |
| until | No | Commit SHA, branch, or tag to list commits until | |
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) |