Get Commit Comment
get_commit_commentRetrieve a specific comment on a commit by providing repository slug, commit hash, and comment ID. Returns comment details.
Instructions
Get a specific comment on a commit.
Args: repo_slug: Repository slug commit: Commit hash comment_id: Comment ID workspace: Workspace name (optional, defaults to configured workspace)
Returns: Commit comment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | Yes | ||
| repo_slug | Yes | ||
| workspace | No | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |