list_releases
List all releases for a GitLab project with pagination and filtering. Order by release or creation date, sort ascending or descending, and include HTML descriptions.
Instructions
List releases for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| order_by | No | Order by field | |
| sort | No | Sort direction | |
| include_html_description | No | Include HTML description | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |