Git Commits
Get
Retrieve a git commit by its ID.
GET
cURL
Path Parameters
The unique identifier of the git commit.
Example:
"git_commit_123"
Response
200 - application/json
Successfully retrieved the git commit.
The object type, which is always git_commit.
Available options:
git_commit Example:
"git_commit"
ID of the git commit.
Example:
"git_commit_123"
The SHA hash of the git commit.
Example:
"a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0"
The commit message.
Example:
"Add basic motion configurations"
The URL of the git commit.
Example:
"https://github.com/user/repo/commit/a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0"
Timestamp of when the git commit was created.
Example:
"2021-01-01T00:00:00Z"
Last modified on April 30, 2026
cURL

