v1

latestOpenAPI 3.0.32026-07-22115106141.4 KB
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"
}