Repository Commit Manipulation
Get repos commits 1
Get details of a specific commit
GET
/
repos
/
{repo_id}
/
commits
/
{commit_id}
Authorizations
Authorization
string
headerrequiredThis API uses OAuth 2 with the implicit grant flow
Path Parameters
repo_id
string
requiredThe repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
commit_id
string
requiredA commit ID
Response
200 - application/json
commit_id
string
requiredcreated_ts
integer
requiredSeconds since epoch UTC
commit_message
string
branch_id
string
requiredThe branch on which this commit was created
author
object
requiredDetails of the user who added the commit
parents
string[]
requiredList of parent commits of this commit