list_branches
List all branches in a Codeup repository with options for sorting, searching, and pagination to help manage code branches.
Instructions
[Code Management] List branches in a Codeup repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| sort | No | Sort order: name_asc - name ascending, name_desc - name descending, updated_asc - update time ascending, updated_desc - update time descending | name_asc |
| search | No | Search query | |
| perPage | No | Items per page | |
| repositoryId | Yes | Repository ID, or org/repo path with slashes URL-encoded as %2F. e.g. 2835387 or myorg%2Fmyrepo | |
| organizationId | Yes | Organization ID |