list_releases
Retrieve a paginated, sorted list of releases from a GitLab project by specifying project ID or URL-encoded path.
Instructions
List releases for a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| sort | No | Sort direction | |
| order_by | No | Order by field | |
| per_page | No | Results per page (1-100) | |
| project_id | No | Project ID or URL-encoded path | |
| include_html_description | No | Include HTML description |