get_commit
Retrieve details of a specific commit by providing project key, repository slug, and commit hash.
Instructions
Get details of a specific commit.
Args: project_key: The project key. repo_slug: The repository slug. commit_id: The full commit hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| repo_slug | Yes | ||
| commit_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |