get_pull_request_comments
Retrieve all comments on a pull request, including general and inline code review comments, to review feedback and discussions.
Instructions
Get all comments on a pull request.
Use this tool to review comments, feedback, and discussions on a pull request. Includes both general comments and inline code review comments.
Args: pr_id: Pull request ID. repository: Repository slug. If not provided, uses current repository context. workspace: Workspace slug. If not provided, uses the default workspace.
Returns: JSON list of comments with their content, authors, and locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_id | Yes | ||
| workspace | No | ||
| repository | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |