projects
branches
View a branch
View a branch for a project. If the project is public, then the user does not need to be authenticated. If the project is private, then the user must be authenticated and have view permissions for the project, or provide a valid project key for the project.
get/v0/projects/{project}/branches/{branch}
Path parameters
branchstring required
The slug or UUID for a branch.
projectstring required
The slug or UUID for a project.
Query parameters
headstring uuid
View the branch with the specified head UUID. This can be used to view a branch with a historical head that has since been replaced by a new head. If not specified, then the current head is used.
Response
successful operation