List projects
redmine_list_projectsFetch projects visible to your API key, filtered by name, status, parent, or visibility, to explore project structure.
Instructions
List the projects the API key can see, optionally filtered by name, status, parent, or visibility — the standard "what projects exist" orientation call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by project name (substring match). | |
| limit | No | Maximum number of projects to return. | |
| offset | No | Pagination offset (skip N projects). | |
| status | No | Lifecycle filter: "active" (default), "closed", or "archived". | |
| include | No | Associations to expand: "trackers", "issue_categories", "time_entry_activities", "enabled_modules", "issue_custom_fields". | |
| is_public | No | Filter by public (true) vs private (false) projects. | |
| parent_id | No | Only projects under this parent project id. |