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