list_releases
Retrieve all project releases with options to filter by date, sort order, and include HTML descriptions for GitLab projects.
Instructions
List all releases for a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| order_by | No | The field to use as order. Either released_at (default) or created_at. | |
| sort | No | The direction of the order. Either desc (default) for descending order or asc for ascending order. | |
| include_html_description | No | If true, a response includes HTML rendered Markdown of the release description. | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |