list_tags
Retrieve tags for a GitLab project with options to filter by name, sort by name/updated/version, and paginate results.
Instructions
List tags for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| sort | No | Sort direction | |
| search | No | Search tags by name | |
| order_by | No | Order by field | |
| per_page | No | Results per page (1-100) | |
| project_id | No | Project ID or URL-encoded path |