list_branches
Retrieve and filter branches from a GitHub repository to view available versions and their protection status.
Instructions
List branches in a repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| protected | No | Filter by protected status | |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |