v1
latestOpenAPI 3.0.32026-07-22115106141.4 KBRepository Branch Manipulation
Get the current branch details
get/repos/{repo_id}/branches/{branch_id}
Response
Branch details returned
Example response
{
"commit_id": "example_id",
"branch_name": "new-branch-name",
"branch_description": "A description of the branch"
}