list_branches
Retrieve branches for a GitLab project with optional name search, regex filtering, and pagination.
Instructions
List branches for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| search | No | Search branches by name | |
| regex | No | Filter branches by regex | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |