get_pull_request_comments
Retrieve all comments from a Bitbucket pull request, using pagination to access complete feedback.
Instructions
Get all comments from a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| pagelen | No | Items per page (max 100) | |
| repository | Yes | Repository slug (e.g. "my-repo") | |
| pull_request_id | Yes | Pull request ID |