list_protected_branches
Retrieve a paginated list of protected branches in a GitLab project, filtered by name search.
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 |