Retrieves a paginated list of comments on a specific pull request in a Bitbucket repository. Returns global, inline, and threaded comments. Use when you need to view feedback, discussions, or reviews left on a pull request.
pageintegerPage number for pagination. Defaults to 1 if not specified.
sortstringSort order for results. Default is oldest to newest. Use '-created_on' for newest to oldest.
pagelenintegerNumber of items per page for pagination. Defaults to 10 if not specified.
repo_slugRequiredstringThe slug (URL-friendly version) of the repository name.
workspaceRequiredstringThe ID or slug of the workspace that owns the repository.
pull_request_idRequiredintegerThe pull request ID to retrieve comments for.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.