Retrieve a git commit by ID.
| Scope | Required |
|---|---|
git_commits:read | Yes |
The API key to use for authentication.
The API version the client was built against.
"2026-03-09.tetons"
The unique identifier of the git commit.
"git_commit_123"
Successfully retrieved the git commit.
The object type, which is always git_commit.
git_commit "git_commit"
ID of the git commit.
"git_commit_123"
The SHA hash of the git commit.
"a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0"
The commit message.
"Add basic motion configurations"
The owner of the git repository.
"user"
The name of the git repository.
"repo"
github, gitlab, bitbucket The URL of the git repository.
"https://github.com/user/repo"
The URL of the git commit.
"https://github.com/user/repo/commit/a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0"
Timestamp of when the git commit was created.
"2021-01-01T00:00:00Z"