list_pull_request_comments
List general and inline comments on a pull request to review existing feedback before posting new review comments. Paginated results help navigate through all comments.
Instructions
List the comments of a pull request (general and inline). Use it before posting review comments to avoid repeating observations already made. Paginated; next_page is set when more results exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). | |
| repo | Yes | Repository slug, e.g. "my-service" (not the full URL). | |
| pr_id | Yes | Pull request id, e.g. 42. | |
| pagelen | No | Results per page (max 50, default 10). | |
| workspace | No | Workspace id. Optional when the BITBUCKET_WORKSPACE env var is set. |