get_branch
Get branch details from a Codeup repository by providing organization ID, repository ID, and branch name. Retrieve branch information for code management.
Instructions
[Code Management] Get information about a branch in a Codeup repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchName | Yes | Branch name (if it contains special characters, use URL encoding), example: master or feature%2Fdev | |
| repositoryId | Yes | Repository ID, or org/repo path with slashes URL-encoded as %2F. e.g. 2835387 or myorg%2Fmyrepo | |
| organizationId | Yes | Organization ID |