action bitbucket_get_repositories_workspace_repo_slug_commit_commit_comments_comm { label: "Get a commit comment" description: "Returns the specified commit comment." provider: bitbucket method: GET path: "/repositories/{workspace}/{repo_slug}/commit/{commit}/comments/{comment_id}" encoding: json output: { type: "object" } }