Get The Merge Task Status For Pull Request

This API endpoint retrieves the current status of a merge task for a specific pull request in a Bitbucket repository. By providing the workspace identifier, repository slug, pull request ID, and task ID in the URL path, you can query whether a merge operation is still in progress, has completed successfully, or has failed. This is particularly useful for monitoring asynchronous merge operations, as merging pull requests can sometimes be a time-consuming process depending on repository size, c...