get_commit_statuses
Retrieve CI/CD build and check statuses for a specific commit in Bitbucket repositories to monitor pipeline execution and deployment readiness.
Instructions
Get build/CI statuses for a commit.
Args:
repo_slug: Repository slug
commit: Commit hash
limit: Maximum number of results (default: 20)
Returns:
List of CI/CD statuses (builds, checks) for the commitInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| commit | Yes | ||
| limit | No |