get_pull_request
Retrieve detailed information about a specific Bitbucket Cloud pull request, including description, reviewers, and comments count, using repository slug and PR ID.
Instructions
Get details of a specific Pull Request on Bitbucket Cloud.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID workspace: Bitbucket workspace (optional if configured)
Returns: Detailed PR information including description, reviewers, and comments count
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| workspace | No |