list_projects
Retrieve visible projects from OpenProject, with optional search by name or identifier and field selection to filter results.
Instructions
List visible projects with optional name or identifier search.
select restricts each result row to the given fields (e.g. ["id", "name", "identifier"]); an invalid name returns the allowed set. Common fields: id, name, identifier, active, public, status, parent_name, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | ||
| select | No |