list_labels
Retrieve and filter labels for a GitLab project by name or include ancestor group labels, with pagination support.
Instructions
List labels for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| search | No | Search labels by name | |
| include_ancestor_groups | No | Include ancestor group labels | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |