Get Commit
get_commitRetrieve details of a specific commit in a Bitbucket repository by providing the repository slug and commit hash.
Instructions
Get details for a single commit.
Args: repo_slug: Repository slug commit: Commit hash (a simple branch/tag name also works) workspace: Workspace name (optional, defaults to configured workspace)
Returns: Commit details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | Yes | ||
| repo_slug | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |