list_pull_request_comments
Retrieve paginated comments on a pull request by provider, repository, and PR ID. Get normalized comment items for GitHub or Bitbucket.
Instructions
List comments attached to a pull request.
Args: provider: Provider key. repo: Repository identity. pull_request_id: Provider pull-request identifier. page: One-based page number. page_size: Number of results, from 1 through 100. raw: Include provider payloads.
Returns: Page mapping containing normalized comment items.
Examples:
Input: {"repo": "o/r", "pull_request_id": "7", "page": 1}.
Output: {"items": [{"id": "comment-1", ...}], ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| page | No | ||
| repo | Yes | ||
| provider | Yes | ||
| page_size | No | ||
| pull_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||