List Redmine project versions
list_project_versionsRetrieve visible versions for a Redmine project by supplying its numeric ID or project identifier. Read-only operation that lists versions without modifying any data.
Instructions
Read the visible/shared versions from GET /projects/:project_id/versions.json for the configured Redmine API user. The required project_id is a positive numeric project ID or valid Redmine project identifier. This route has no pagination, filters, or documented include controls, and Redmine preserves its response order. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Positive numeric project ID or valid Redmine project identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | Yes | ||
| versions | Yes | ||
| totalCount | No |