get_pull_request
Fetch complete pull request details including title, description, author, branches with commit hashes, state, and reviewer approval status.
Instructions
Get full metadata of a pull request: title, description, author, branches with commit hashes, state, and reviewers with their approval status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository slug, e.g. "my-service" (not the full URL). | |
| pr_id | Yes | Pull request id, e.g. 42. | |
| workspace | No | Workspace id. Optional when the BITBUCKET_WORKSPACE env var is set. |