External DocumentationTo learn more, visit the GitHub documentation.
Actions
List Branches
List branches.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Owner | The organization or person who owns the repository. github.com// |
| Page | Page number of the results to fetch. |
| Per Page | The number of results per page (max 100). |
| Repo | Name of the repository owned by the owner. github.com// |
| Return All Pages | Automatically fetch all resources, page by page. |
[
{
"name": "<string>",
"commit": {
"sha": "<string>",
"url": "<string>"
},
"protected": false,
"protection": {
"enabled": false,
"required_status_checks": {
"enforcement_level": "<string>",
"contexts": [],
"checks": []
}
},
"protection_url": "<string>"
},
{
"name": "<string>",
"commit": {
"sha": "<string>",
"url": "<string>"
},
"protected": false,
"protection": {
"enabled": false,
"required_status_checks": {
"enforcement_level": "<string>",
"contexts": [],
"checks": []
}
},
"protection_url": "<string>"
}
]
Was this page helpful?