list_branches
Retrieve and manage branches in a Codeup repository to organize code versions and support development workflows.
Instructions
[Code Management] List branches in a Codeup repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| repositoryId | Yes | Repository ID or a combination of organization ID and repository name, for example: 2835387 or organizationId%2Frepo-name (Note: slashes need to be URL encoded as %2F) | |
| page | No | Page number | |
| perPage | No | Items per page | |
| 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 |