List Redmine projects
list_projectsFetch Redmine projects visible to the configured API user. Supports pagination and optional associations like trackers, categories, and custom fields without modifying data.
Instructions
Read projects visible to the configured Redmine API user from GET /projects.json. Supports the documented offset, limit, and page pagination controls, plus trackers, issue_categories, enabled_modules, time_entry_activities, and issue_custom_fields associations. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Redmine uses the selected limit to calculate the offset. | |
| limit | No | Number of projects to return. Redmine caps this at 100. | |
| offset | No | Number of projects to skip | |
| include | No | Project associations to include: trackers, issue_categories, enabled_modules, time_entry_activities, or issue_custom_fields |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paging | Yes | ||
| filters | Yes | ||
| projects | Yes |