List Commit Statuses For Pull Request

This API operation retrieves all commit statuses associated with a specific pull request in a Bitbucket repository. By providing the workspace identifier, repository slug, and pull request ID as path parameters, the GET request returns a list of build statuses that have been posted to the commits within that pull request, including information such as the state (successful, failed, in progress), description, and URL of each status check. This is particularly useful for understanding the CI/CD...