list_commit_statuses
Retrieve build statuses for a specific commit in a Bitbucket repository to monitor deployment progress and identify potential issues.
Instructions
List build statuses for a specific commit.
Args: repo_slug: Repository slug (name) commit_hash: The commit hash workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 25)
Returns: List of build statuses for the commit
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| commit_hash | Yes | ||
| workspace | No | ||
| page | No | ||
| pagelen | No |