list_protected_branches
List protected branches in a GitLab project. Use search to filter by name, paginate results with page and per-page parameters.
Instructions
List protected branches in a project, supports 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 protected branches by name | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |