list_labels
Retrieve and filter labels for a GitLab project to organize issues and merge requests, optionally including counts and ancestor group labels.
Instructions
List labels for a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| with_counts | No | Whether or not to include issue and merge request counts | |
| include_ancestor_groups | No | Include ancestor groups | |
| search | No | Keyword to filter labels by |