list_commits
Retrieve commit history from a Bitbucket repository with optional filtering by branch, file path, or result limit to track code changes.
Instructions
List commits in a repository.
Args:
repo_slug: Repository slug
branch: Filter by branch name (optional)
path: Filter by file path - only commits that modified this path (optional)
limit: Maximum number of results (default: 20)
Returns:
List of commits with hash, message, author, and dateInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| branch | No | ||
| path | No | ||
| limit | No |