list_branches
List branches in a GitLab project by project ID. Filter branches by name using a search term, with pagination support.
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 |