Repository Commit Manipulation

Get details of a specific commit

get/repos/{repo_id}/commits/{commit_id}

Response

An object describing a commit

commit_idstring required
created_tsinteger required

Seconds since epoch UTC

commit_messagestring
branch_idstring required

The branch on which this commit was created

parentsstring[] required

List of parent commits of this commit

Example response

{
  "commit_id": "example_id"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.