Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
repositoryCommitId
string
required

Response

default - application/json
id
string
required

The identifier of Commit

sha
string
required

The identifier of the commit

author
Author · object
required

The information about the author

committer
Committer · object
required

The information about the committer

message
string
required

The commit message

tree
string
required

The identifier of the tree

parents
string[]
required

The identifiers of the parents of the commit

Last modified on June 16, 2026