list_branches
List all branches in a GitLab project, with optional search filter by branch name and pagination controls to navigate results.
Instructions
List branches in project with search filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| search | No | Search term to filter branches by name | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | Yes | Project ID or complete URL-encoded path to project |