list_protected_branches
List all protected branches in a GitLab project. Use search to filter by name and paginate to navigate results.
Instructions
List protected branches in a project, supports search filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| search | No | Search term to filter protected 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 |