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