listProjects
listProjectsFind accessible Redmine projects and their valid IDs to target operations when the project is unknown. Returns project summaries for selection.
Instructions
Discover accessible Redmine projects and their valid identifiers before project-scoped operations when the target project is unknown. Returns project summaries; use getProject for one project's details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of projects that may appear on this page. | |
| offset | Yes | Zero-based offset of the first project on this page. | |
| projects | No | Projects on this page. | |
| totalCount | Yes | Total number of projects across all pages. |